diff options
Diffstat (limited to 'Test/linear/f2.bpl')
-rw-r--r-- | Test/linear/f2.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/linear/f2.bpl b/Test/linear/f2.bpl index 9517e349..16863154 100644 --- a/Test/linear/f2.bpl +++ b/Test/linear/f2.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 {:builtin "MapOr"} mapunion([int]bool, [int]bool) : [int]bool;
|