summaryrefslogtreecommitdiff
path: root/Test/houdini/houd1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/houdini/houd1.bpl')
-rw-r--r--Test/houdini/houd1.bpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Test/houdini/houd1.bpl b/Test/houdini/houd1.bpl
index 4acea845..91ff47d4 100644
--- a/Test/houdini/houd1.bpl
+++ b/Test/houdini/houd1.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noinfer -contractInfer -printAssignment %s > %t
+// RUN: %diff %s.expect %t
const {:existential true} b1:bool;
var myVar: int;
@@ -16,4 +18,4 @@ ensures myVar!=-1;
}
// expected output: Correct
-// expected end assigment: b1->False \ No newline at end of file
+// expected end assigment: b1->False