summaryrefslogtreecommitdiff
path: root/Test/linear/f3.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/linear/f3.bpl')
-rw-r--r--Test/linear/f3.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/linear/f3.bpl b/Test/linear/f3.bpl
index 1f29cc86..f5e08277 100644
--- a/Test/linear/f3.bpl
+++ b/Test/linear/f3.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"
procedure A() {}
procedure B({:linear ""} tid:int) returns({:linear ""} tid':int)