summaryrefslogtreecommitdiff
path: root/Test/linear/bug.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/linear/bug.bpl')
-rw-r--r--Test/linear/bug.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/linear/bug.bpl b/Test/linear/bug.bpl
index a619968e..9177e2ca 100644
--- a/Test/linear/bug.bpl
+++ b/Test/linear/bug.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory -doModSetAnalysis %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory -doModSetAnalysis "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
function {:builtin "MapConst"} MapConstBool(bool) : [int]bool;
function {:inline} {:linear ""} LinearIntDistinctness(x:int) : [int]bool { MapConstBool(false)[x := true] }