diff options
Diffstat (limited to 'Test/og/new1.bpl')
-rw-r--r-- | Test/og/new1.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/og/new1.bpl b/Test/og/new1.bpl index a691c087..ccddb25e 100644 --- a/Test/og/new1.bpl +++ b/Test/og/new1.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
function {:builtin "MapConst"} mapconstbool(x:bool): [int]bool;
var {:phase 1} g:int;
|