summaryrefslogtreecommitdiff
path: root/Test/livevars/NestedOneDimensionalMap.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/livevars/NestedOneDimensionalMap.bpl')
-rw-r--r--Test/livevars/NestedOneDimensionalMap.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/livevars/NestedOneDimensionalMap.bpl b/Test/livevars/NestedOneDimensionalMap.bpl
index 23667a6f..5f67f352 100644
--- a/Test/livevars/NestedOneDimensionalMap.bpl
+++ b/Test/livevars/NestedOneDimensionalMap.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;