summaryrefslogtreecommitdiff
path: root/Test/stratifiedinline/bar13.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/stratifiedinline/bar13.bpl')
-rw-r--r--Test/stratifiedinline/bar13.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/stratifiedinline/bar13.bpl b/Test/stratifiedinline/bar13.bpl
index fc4f35b0..7c8cc9bd 100644
--- a/Test/stratifiedinline/bar13.bpl
+++ b/Test/stratifiedinline/bar13.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -stratifiedInline:1 -vc:i %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -stratifiedInline:1 -vc:i "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
var alloc: int;
var assertsPassed: bool;
procedure boogie_si_record_li2bpl_int(x: int);