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