summaryrefslogtreecommitdiff
path: root/Test/inline/codeexpr.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/inline/codeexpr.bpl')
-rw-r--r--Test/inline/codeexpr.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/inline/codeexpr.bpl b/Test/inline/codeexpr.bpl
index f9cef515..0b4ebeb6 100644
--- a/Test/inline/codeexpr.bpl
+++ b/Test/inline/codeexpr.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
var g: bool;
procedure {:inline 1} bar() returns (l: bool)