diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-07-25 17:42:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 17:42:44 +0800 |
commit | 167fe7c3706ba19713cd5727b62e7f019ad664d6 (patch) | |
tree | a442f5d840a63f40241242bcd0e4f37a55c2d48d /test | |
parent | 4a61cb5b5984ed2ff027639eaf7affdfd177a9d4 (diff) | |
parent | f31989c02220cb8367da1f361f964d91962b4ecd (diff) | |
download | dexon-solidity-167fe7c3706ba19713cd5727b62e7f019ad664d6.tar.gz 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.cpp | 2 |
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 |