Merge pull request #4646 from ethereum/smt_model_secondary_location

SMT model is sorted and printed as secondary location
This commit is contained in:
Alex Beregszaszi
2018-08-01 23:20:28 +01:00
committed by GitHub
2 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -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)