Update SMTChecker tests with z3 4.8.9

This commit is contained in:
Leonardo Alt 2020-09-14 14:52:04 +02:00
parent f264f5474d
commit fd6c665548
4 changed files with 2 additions and 3 deletions

View File

@ -17,4 +17,5 @@ contract C
}
}
// ----
// Warning 1218: (297-321): Error trying to invoke SMT solver.
// Warning 4661: (297-321): Assertion violation happens here.

View File

@ -20,4 +20,3 @@ contract LoopFor2 {
}
// ----
// Warning 6328: (363-382): Assertion violation happens here.
// Warning 4661: (316-336): Assertion violation happens here.

View File

@ -21,4 +21,3 @@ contract LoopFor2 {
// ----
// Warning 6328: (341-360): Assertion violation happens here.
// Warning 6328: (364-383): Assertion violation happens here.
// Warning 4661: (317-337): Assertion violation happens here.

View File

@ -15,4 +15,4 @@ contract C {
}
}
// ----
// Warning 4661: (143-169): Assertion violation happens here.
// Warning 6328: (143-169): Assertion violation happens here.