SMT model variables are sorted and printed as secondary source location

This commit is contained in:
Leonardo Alt
2018-08-01 23:27:46 +02:00
parent b6a2655513
commit 90f319615f
2 changed files with 12 additions and 4 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)