Add test for address in inline assembly

This commit is contained in:
Alex Beregszaszi
2016-10-06 22:05:01 +01:00
parent ae0477744c
commit 9f61ae924e
+1 -1
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)