summaryrefslogtreecommitdiff
path: root/Test/doomed
diff options
context:
space:
mode:
Diffstat (limited to 'Test/doomed')
-rw-r--r--Test/doomed/doomed.bpl2
-rw-r--r--Test/doomed/notdoomed.bpl1
2 files changed, 2 insertions, 1 deletions
diff --git a/Test/doomed/doomed.bpl b/Test/doomed/doomed.bpl
index 9029383d..9dea47b7 100644
--- a/Test/doomed/doomed.bpl
+++ b/Test/doomed/doomed.bpl
@@ -1,4 +1,4 @@
-
+// RUN: %boogie -vc:doomed %s
procedure evilrequires(x:int)
requires x>0;
{
diff --git a/Test/doomed/notdoomed.bpl b/Test/doomed/notdoomed.bpl
index c3193a01..8d57db71 100644
--- a/Test/doomed/notdoomed.bpl
+++ b/Test/doomed/notdoomed.bpl
@@ -1,3 +1,4 @@
+// RUN: %boogie -vc:doomed %s
procedure a(x:int)
{
var y : int;