summaryrefslogtreecommitdiff
path: root/Test/aitest1/Linear4.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/aitest1/Linear4.bpl')
-rw-r--r--Test/aitest1/Linear4.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/aitest1/Linear4.bpl b/Test/aitest1/Linear4.bpl
index c3e908f2..6cd4a947 100644
--- a/Test/aitest1/Linear4.bpl
+++ b/Test/aitest1/Linear4.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Simple test file for checking the inference of linear constraints.
var x: int;