summaryrefslogtreecommitdiff
path: root/Test/stratifiedinline/bar7.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/stratifiedinline/bar7.bpl')
-rw-r--r--Test/stratifiedinline/bar7.bpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Test/stratifiedinline/bar7.bpl b/Test/stratifiedinline/bar7.bpl
index 41cf612e..531f9f43 100644
--- a/Test/stratifiedinline/bar7.bpl
+++ b/Test/stratifiedinline/bar7.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -stratifiedInline:1 -vc:i -nonUniformUnfolding %s > %t
+// RUN: %diff %s.expect %t
var i: int;
var m: int;
@@ -40,4 +42,4 @@ modifies i;
call bar2(0);
}
assume !(i < 10);
-} \ No newline at end of file
+}