diff options
Diffstat (limited to 'Test/og/ticket.bpl')
-rw-r--r-- | Test/og/ticket.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/og/ticket.bpl b/Test/og/ticket.bpl index 3ee7485b..d532c5a2 100644 --- a/Test/og/ticket.bpl +++ b/Test/og/ticket.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 RightOpen(n: int) : [int]bool;
function RightClosed(n: int) : [int]bool;
axiom (forall x: int, y: int :: RightOpen(x)[y] <==> y < x);
|