summaryrefslogtreecommitdiff
path: root/Test/inline/fundef.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/inline/fundef.bpl')
-rw-r--r--Test/inline/fundef.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/inline/fundef.bpl b/Test/inline/fundef.bpl
index a7298c9c..9c5b2cfd 100644
--- a/Test/inline/fundef.bpl
+++ b/Test/inline/fundef.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -print:- -env:0 %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -print:- -env:0 "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
function {:inline true} foo(x:int) returns(bool)
{ x > 0 }
function {:inline false} foo2(x:int) returns(bool)