aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ABIDecoderTests.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-10-13 23:29:09 +0800
committerchriseth <chris@ethereum.org>2017-11-30 00:08:44 +0800
commit5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4 (patch)
tree654eaf6e477cc6f58a6f1fe76856470142262304 /test/libsolidity/ABIDecoderTests.cpp
parent98c38108e8ce01888ee4dbf98a332aa5ba41f722 (diff)
downloaddexon-solidity-5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4.tar
dexon-solidity-5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4.tar.gz
dexon-solidity-5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4.tar.bz2
dexon-solidity-5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4.tar.lz
dexon-solidity-5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4.tar.xz
dexon-solidity-5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4.tar.zst
dexon-solidity-5a3dbb0269b3ff6b443a3cb4ccfc4f00eaba26b4.zip
Cleanup and overflow checks for data pointers.
Diffstat (limited to 'test/libsolidity/ABIDecoderTests.cpp')
-rw-r--r--test/libsolidity/ABIDecoderTests.cpp2
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.