diff options
author | Gav Wood <i@gavwood.com> | 2015-04-09 05:09:06 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-04-09 05:09:06 +0800 |
commit | ec8d4cd0814674287c30eee41ead3c18f7ddec02 (patch) | |
tree | 1f45561bd3061adbb5fac474568ee4b15536b653 /SolidityEndToEndTest.cpp | |
parent | 84ff8c8ac1c74e4821fa0a59716120773d305a64 (diff) | |
download | dexon-solidity-ec8d4cd0814674287c30eee41ead3c18f7ddec02.tar dexon-solidity-ec8d4cd0814674287c30eee41ead3c18f7ddec02.tar.gz dexon-solidity-ec8d4cd0814674287c30eee41ead3c18f7ddec02.tar.bz2 dexon-solidity-ec8d4cd0814674287c30eee41ead3c18f7ddec02.tar.lz dexon-solidity-ec8d4cd0814674287c30eee41ead3c18f7ddec02.tar.xz dexon-solidity-ec8d4cd0814674287c30eee41ead3c18f7ddec02.tar.zst dexon-solidity-ec8d4cd0814674287c30eee41ead3c18f7ddec02.zip |
Fix solidity tests.
Diffstat (limited to 'SolidityEndToEndTest.cpp')
-rw-r--r-- | SolidityEndToEndTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SolidityEndToEndTest.cpp b/SolidityEndToEndTest.cpp index 29bf334f..0d7a933b 100644 --- a/SolidityEndToEndTest.cpp +++ b/SolidityEndToEndTest.cpp @@ -1522,8 +1522,6 @@ BOOST_AUTO_TEST_CASE(ecrecover) BOOST_CHECK(callContractFunction("a(bytes32,uint8,bytes32,bytes32)", h, v, r, s) == encodeArgs(addr)); } -#endif - BOOST_AUTO_TEST_CASE(inter_contract_calls) { char const* sourceCode = R"( @@ -3683,3 +3681,5 @@ BOOST_AUTO_TEST_SUITE_END() } } } // end namespaces + +#endif |