summaryrefslogtreecommitdiff
path: root/Test/aitest0/constants.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/aitest0/constants.bpl')
-rw-r--r--Test/aitest0/constants.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/aitest0/constants.bpl b/Test/aitest0/constants.bpl
index 3a47bfcd..dbdc32d6 100644
--- a/Test/aitest0/constants.bpl
+++ b/Test/aitest0/constants.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
+// RUN: %diff %s.expect %t
// Test the constant propagation AI
var GlobalFlag : bool;