diff options
author | chriseth <chris@ethereum.org> | 2018-03-07 05:27:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 05:27:57 +0800 |
commit | 478ce4fc384a77ade82207f6082caa68808159ec (patch) | |
tree | b2840d6793754766c8efe7666118ef6cffbd33a4 | |
parent | 7566787cd247f9a84c1adb5ced9356b9ada0fa8e (diff) | |
parent | ea48d8ade34910838fb9c07ad5494d17935d250b (diff) | |
download | dexon-solidity-478ce4fc384a77ade82207f6082caa68808159ec.tar.gz dexon-solidity-478ce4fc384a77ade82207f6082caa68808159ec.tar.zst dexon-solidity-478ce4fc384a77ade82207f6082caa68808159ec.zip |
Merge pull request #3668 from ethereum/fixExperimentalTest
Fix test.
-rw-r--r-- | test/libsolidity/SolidityNameAndTypeResolution.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/SolidityNameAndTypeResolution.cpp b/test/libsolidity/SolidityNameAndTypeResolution.cpp index 85ca3968..997b610e 100644 --- a/test/libsolidity/SolidityNameAndTypeResolution.cpp +++ b/test/libsolidity/SolidityNameAndTypeResolution.cpp @@ -8491,7 +8491,7 @@ BOOST_AUTO_TEST_CASE(no_warning_for_using_members_that_look_like_address_members } } )"; - CHECK_WARNING(text, "Experimental features"); + CHECK_SUCCESS_NO_WARNINGS(text); } BOOST_AUTO_TEST_CASE(emit_events) |