mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add test for address in inline assembly
This commit is contained in:
parent
ae0477744c
commit
9f61ae924e
@ -94,7 +94,7 @@ BOOST_AUTO_TEST_CASE(suicide_selfdestruct)
|
|||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(keywords)
|
BOOST_AUTO_TEST_CASE(keywords)
|
||||||
{
|
{
|
||||||
BOOST_CHECK(successParse("{ byte return }"));
|
BOOST_CHECK(successParse("{ byte return address }"));
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(constants)
|
BOOST_AUTO_TEST_CASE(constants)
|
||||||
|
Loading…
Reference in New Issue
Block a user