mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add end-to-end test
This commit is contained in:
@@ -133,7 +133,7 @@ BOOST_AUTO_TEST_CASE(vardecl_bool)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(vardecl_empty)
|
||||
{
|
||||
BOOST_CHECK(successParse("{ let x }"));
|
||||
BOOST_CHECK(successParse("{ let x:u256 }"));
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(assignment)
|
||||
|
||||
Reference in New Issue
Block a user