Add test for address in inline assembly

This commit is contained in:
Alex Beregszaszi 2016-10-05 11:48:30 +01:00
parent ae0477744c
commit 9f61ae924e

View File

@ -94,7 +94,7 @@ BOOST_AUTO_TEST_CASE(suicide_selfdestruct)
BOOST_AUTO_TEST_CASE(keywords)
{
BOOST_CHECK(successParse("{ byte return }"));
BOOST_CHECK(successParse("{ byte return address }"));
}
BOOST_AUTO_TEST_CASE(constants)