summaryrefslogtreecommitdiff
path: root/Test/inline/polyInline.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/inline/polyInline.bpl')
-rw-r--r--Test/inline/polyInline.bpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/inline/polyInline.bpl b/Test/inline/polyInline.bpl
index 1f6ea200..ed404867 100644
--- a/Test/inline/polyInline.bpl
+++ b/Test/inline/polyInline.bpl
@@ -1,6 +1,6 @@
-// RUN: %boogie /typeEncoding:predicates /logPrefix:p %s > %t
-// RUN: %boogie /typeEncoding:arguments /logPrefix:a %s >> %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie /typeEncoding:predicates /logPrefix:p "%s" > "%t"
+// RUN: %boogie /typeEncoding:arguments /logPrefix:a "%s" >> "%t"
+// RUN: %diff "%s.expect" "%t"
const C:int;
const D:bool;