mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
SMT model variables are sorted and printed as secondary source location
This commit is contained in:
@@ -110,7 +110,7 @@ BOOST_AUTO_TEST_CASE(simple_assert)
|
||||
function f(uint a) public pure { assert(a == 2); }
|
||||
}
|
||||
)";
|
||||
CHECK_WARNING(text, "Assertion violation happens here for");
|
||||
CHECK_WARNING(text, "Assertion violation happens here");
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(simple_assert_with_require)
|
||||
|
||||
Reference in New Issue
Block a user