diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-05 18:35:02 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-05 18:35:02 +0100 |
commit | 0a1ced90f52b5572d0ffef0a476a1bb4270522c2 (patch) | |
tree | c56350942edc63dd405e870aa5f91478a4557ccf /Test/houdini/houd2.bpl | |
parent | 9be2bcd27db2e78cec1a47bd2eec3e731c0bf352 (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/houd2.bpl')
-rw-r--r-- | Test/houdini/houd2.bpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/houdini/houd2.bpl b/Test/houdini/houd2.bpl index 375f662e..1f89e762 100644 --- a/Test/houdini/houd2.bpl +++ b/Test/houdini/houd2.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;
|