mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix for token bug, also quick fix for the wei and seconds
This commit is contained in:
@@ -3617,7 +3617,7 @@ BOOST_AUTO_TEST_CASE(fixed_type_literal_seconds_and_wei)
|
||||
}
|
||||
}
|
||||
)";
|
||||
BOOST_CHECK(success(text));
|
||||
BOOST_CHECK(!success(text));
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(array_declaration_with_fixed_literal)
|
||||
|
||||
Reference in New Issue
Block a user