summaryrefslogtreecommitdiff
path: root/Test/test15/NullInModel.bpl.expect
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 19:49:38 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 19:49:38 +0100
commit1654ddbd4976be752bdc27faa3099cbf4017f994 (patch)
tree25f2b6a735f2bf991f38666cecd141f06b59a132 /Test/test15/NullInModel.bpl.expect
parent8702d84fd360d9c2f11da295d616af4738bfd09a (diff)
Enabled "Benchmarks for error messages" lit tests.
The test15/CaptureState.bpl test fails on Linux using (Z3 4.2) due to additional (but not meaningful) parentheses in the outputted model.
Diffstat (limited to 'Test/test15/NullInModel.bpl.expect')
-rw-r--r--Test/test15/NullInModel.bpl.expect17
1 files changed, 17 insertions, 0 deletions
diff --git a/Test/test15/NullInModel.bpl.expect b/Test/test15/NullInModel.bpl.expect
new file mode 100644
index 00000000..299aef12
--- /dev/null
+++ b/Test/test15/NullInModel.bpl.expect
@@ -0,0 +1,17 @@
+*** MODEL
+%lbl%@47 -> false
+%lbl%+24 -> true
+%lbl%+37 -> true
+null -> T@ref!val!0
+s -> T@ref!val!0
+tickleBool -> {
+ true -> true
+ false -> true
+ else -> true
+}
+*** END_MODEL
+NullInModel.bpl(4,3): Error BP5001: This assertion might not hold.
+Execution trace:
+ NullInModel.bpl(4,3): anon0
+
+Boogie program verifier finished with 0 verified, 1 error