summaryrefslogtreecommitdiff
path: root/Test/test15/NullInModel.bpl
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
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')
-rw-r--r--Test/test15/NullInModel.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/test15/NullInModel.bpl b/Test/test15/NullInModel.bpl
index 67c34e3d..6bac5c73 100644
--- a/Test/test15/NullInModel.bpl
+++ b/Test/test15/NullInModel.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -printModel:2 %s > %t
+// RUN: %diff %s.expect %t
procedure M (s: ref) {
assert s != null;
}