diff options
Diffstat (limited to 'Test/og/one.bpl')
-rw-r--r-- | Test/og/one.bpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/og/one.bpl b/Test/og/one.bpl index 190a024a..0fc6d32f 100644 --- a/Test/og/one.bpl +++ b/Test/og/one.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -noinfer %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -noinfer "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
var {:phase 1} x:int;
procedure {:yields} {:phase 0,1} Set(v: int);
|