summaryrefslogtreecommitdiff
path: root/Test/extractloops/t3.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/extractloops/t3.bpl')
-rw-r--r--Test/extractloops/t3.bpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Test/extractloops/t3.bpl b/Test/extractloops/t3.bpl
index d3afa8d5..023a9adb 100644
--- a/Test/extractloops/t3.bpl
+++ b/Test/extractloops/t3.bpl
@@ -1,7 +1,7 @@
-// RUN: %boogie -stratifiedInline:1 -extractLoops -removeEmptyBlocks:0 -coalesceBlocks:0 -recursionBound:2 %s > %t
-// RUN: %diff %s.rb2.expect %t
-// RUN: %boogie -stratifiedInline:1 -extractLoops -removeEmptyBlocks:0 -coalesceBlocks:0 -recursionBound:4 %s > %t
-// RUN: %diff %s.rb4.expect %t
+// RUN: %boogie -stratifiedInline:1 -extractLoops -removeEmptyBlocks:0 -coalesceBlocks:0 -recursionBound:2 "%s" > "%t"
+// RUN: %diff "%s.rb2.expect" "%t"
+// RUN: %boogie -stratifiedInline:1 -extractLoops -removeEmptyBlocks:0 -coalesceBlocks:0 -recursionBound:4 "%s" > "%t"
+// RUN: %diff "%s.rb4.expect" "%t"
var g: int;
procedure foo()