aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-07-25 17:42:44 +0800
committerGitHub <noreply@github.com>2018-07-25 17:42:44 +0800
commit167fe7c3706ba19713cd5727b62e7f019ad664d6 (patch)
treea442f5d840a63f40241242bcd0e4f37a55c2d48d /test
parent4a61cb5b5984ed2ff027639eaf7affdfd177a9d4 (diff)
parentf31989c02220cb8367da1f361f964d91962b4ecd (diff)
downloaddexon-solidity-167fe7c3706ba19713cd5727b62e7f019ad664d6.tar
dexon-solidity-167fe7c3706ba19713cd5727b62e7f019ad664d6.tar.gz
dexon-solidity-167fe7c3706ba19713cd5727b62e7f019ad664d6.tar.bz2
dexon-solidity-167fe7c3706ba19713cd5727b62e7f019ad664d6.tar.lz
dexon-solidity-167fe7c3706ba19713cd5727b62e7f019ad664d6.tar.xz
dexon-solidity-167fe7c3706ba19713cd5727b62e7f019ad664d6.tar.zst
dexon-solidity-167fe7c3706ba19713cd5727b62e7f019ad664d6.zip
Merge pull request #4572 from ethereum/cmake-boost-tests
Do not include single-header boost_unit_test
Diffstat (limited to 'test')
-rw-r--r--test/boostTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boostTest.cpp b/test/boostTest.cpp
index 145be6e4..6c68100c 100644
--- a/test/boostTest.cpp
+++ b/test/boostTest.cpp
@@ -28,7 +28,7 @@
#pragma warning(push)
#pragma warning(disable:4535) // calling _set_se_translator requires /EHa
#endif
-#include <boost/test/included/unit_test.hpp>
+#include <boost/test/unit_test.hpp>
#if defined(_MSC_VER)
#pragma warning(pop)
#endif