diff options
author | chriseth <chris@ethereum.org> | 2017-10-13 23:29:09 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-11-30 00:08:44 +0800 |
commit | 5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4 (patch) | |
tree | 654eaf6e477cc6f58a6f1fe76856470142262304 /test | |
parent | 98c38108e8ce01888ee4dbf98a332aa5ba41f722 (diff) | |
download | dexon-solidity-5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4.tar.gz dexon-solidity-5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4.tar.zst dexon-solidity-5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4.zip |
Cleanup and overflow checks for data pointers.
Diffstat (limited to 'test')
-rw-r--r-- | test/libsolidity/ABIDecoderTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/ABIDecoderTests.cpp b/test/libsolidity/ABIDecoderTests.cpp index 6a4b5723..c0c017e4 100644 --- a/test/libsolidity/ABIDecoderTests.cpp +++ b/test/libsolidity/ABIDecoderTests.cpp @@ -40,7 +40,7 @@ namespace test BOOST_FIXTURE_TEST_SUITE(ABIDecoderTest, SolidityExecutionFramework) -BOOST_AUTO_TEST_CASE(BOTH_ENCODERS_macro) +BOOST_AUTO_TEST_CASE(both_encoders_macro) { // This tests that the "both decoders macro" at least runs twice and // modifies the source. |