summaryrefslogtreecommitdiff
path: root/Test/smoke/smoke0.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/smoke/smoke0.bpl')
-rw-r--r--Test/smoke/smoke0.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/smoke/smoke0.bpl b/Test/smoke/smoke0.bpl
index 85deb324..7fb4f6fe 100644
--- a/Test/smoke/smoke0.bpl
+++ b/Test/smoke/smoke0.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -smoke %s > %t
+// RUN: %diff %s.expect %t
procedure a(x:int)
{
var y : int;