summaryrefslogtreecommitdiff
path: root/Test/test15/ModelTest.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/ModelTest.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/ModelTest.bpl')
-rw-r--r--Test/test15/ModelTest.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/test15/ModelTest.bpl b/Test/test15/ModelTest.bpl
index 6f03d0bd..2f03d3c9 100644
--- a/Test/test15/ModelTest.bpl
+++ b/Test/test15/ModelTest.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -printModel:2 %s > %t
+// RUN: %diff %s.expect %t
procedure M (s : ref, r : ref) {
var i : int, j : int;
i := 0 + 1;