summaryrefslogtreecommitdiff
path: root/Test/livevars/TwoDimensionalMap.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/livevars/TwoDimensionalMap.bpl')
-rw-r--r--Test/livevars/TwoDimensionalMap.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/livevars/TwoDimensionalMap.bpl b/Test/livevars/TwoDimensionalMap.bpl
index 9bf99e88..2a90ffe2 100644
--- a/Test/livevars/TwoDimensionalMap.bpl
+++ b/Test/livevars/TwoDimensionalMap.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -noinfer -useArrayTheory %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -noinfer -useArrayTheory "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
var k: int;
var AllMaps__1: [int,int]int;