summaryrefslogtreecommitdiff
path: root/Test/houdini/houd10.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-05 18:35:02 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-05 18:35:02 +0100
commit0a1ced90f52b5572d0ffef0a476a1bb4270522c2 (patch)
treec56350942edc63dd405e870aa5f91478a4557ccf /Test/houdini/houd10.bpl
parent9be2bcd27db2e78cec1a47bd2eec3e731c0bf352 (diff)
Enable houdini lit tests. Note some still fail due to Boogie
outputing absolute paths to .bpl files in error messages
Diffstat (limited to 'Test/houdini/houd10.bpl')
-rw-r--r--Test/houdini/houd10.bpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Test/houdini/houd10.bpl b/Test/houdini/houd10.bpl
index 1eea1691..c1e0c823 100644
--- a/Test/houdini/houd10.bpl
+++ b/Test/houdini/houd10.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noinfer -contractInfer -printAssignment %s > %t
+// RUN: %diff %s.expect %t
const {:existential true} b1:bool;
const {:existential true} b2:bool;
const {:existential true} b3:bool;
@@ -20,4 +22,4 @@ modifies xVar;
requires fooVar!=5;
// expected outcome: Errors
-// expected assigment: b1->True,b2->True,b3->True \ No newline at end of file
+// expected assigment: b1->True,b2->True,b3->True