summaryrefslogtreecommitdiff
path: root/Test/extractloops/detLoopExtract.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 20:52:44 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 20:52:44 +0100
commit868c3ef5b53f0a07a4bd0f45b47269800564e251 (patch)
treeb88bea340d302333866bacd2247a5843c18f89a5 /Test/extractloops/detLoopExtract.bpl
parent73a1c73067c3664187d2cc98e5b6abc04b6691c2 (diff)
Enabled "Extract loops benchmarks" lit tests.
Diffstat (limited to 'Test/extractloops/detLoopExtract.bpl')
-rw-r--r--Test/extractloops/detLoopExtract.bpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Test/extractloops/detLoopExtract.bpl b/Test/extractloops/detLoopExtract.bpl
index 976d58d6..b224aece 100644
--- a/Test/extractloops/detLoopExtract.bpl
+++ b/Test/extractloops/detLoopExtract.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -stratifiedInline:1 -extractLoops -removeEmptyBlocks:0 -coalesceBlocks:0 -deterministicExtractLoops -recursionBound:4 %s > %t
+// RUN: %diff %s.expect %t
var g:int;
var h:int; //not modified
var k:int; //modified in a procedure call
@@ -41,4 +43,4 @@ modifies k;
{
k := 0;
return;
-} \ No newline at end of file
+}