summaryrefslogtreecommitdiff
path: root/Test/test15/InterpretedFunctionTests.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test15/InterpretedFunctionTests.bpl')
-rw-r--r--Test/test15/InterpretedFunctionTests.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/test15/InterpretedFunctionTests.bpl b/Test/test15/InterpretedFunctionTests.bpl
index 711a57f3..33db52ef 100644
--- a/Test/test15/InterpretedFunctionTests.bpl
+++ b/Test/test15/InterpretedFunctionTests.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
procedure addition(x: int, y: int) {
assume x == 1;
assume y == 2;