summaryrefslogtreecommitdiff
path: root/Test/stratifiedinline/bar10.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/stratifiedinline/bar10.bpl')
-rw-r--r--Test/stratifiedinline/bar10.bpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Test/stratifiedinline/bar10.bpl b/Test/stratifiedinline/bar10.bpl
index ab1e4748..3ec0f72f 100644
--- a/Test/stratifiedinline/bar10.bpl
+++ b/Test/stratifiedinline/bar10.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;
@@ -38,4 +40,4 @@ modifies i;
i := 0;
call foo();
assume !(i < 10);
-} \ No newline at end of file
+}