summaryrefslogtreecommitdiff
path: root/Test/test2/Passification.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test2/Passification.bpl')
-rw-r--r--Test/test2/Passification.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/test2/Passification.bpl b/Test/test2/Passification.bpl
index e13d3e49..521a9d59 100644
--- a/Test/test2/Passification.bpl
+++ b/Test/test2/Passification.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noinfer %s > %t
+// RUN: %diff %s.expect %t
// VC generation tests: passification
procedure good0(x: int) returns (y: int, z: int)