summaryrefslogtreecommitdiff
path: root/Test/og/async.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/async.bpl')
-rw-r--r--Test/og/async.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/og/async.bpl b/Test/og/async.bpl
index aef12331..2219fe8c 100644
--- a/Test/og/async.bpl
+++ b/Test/og/async.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"
// XFAIL: *
var {:phase 1} x: int;
var {:phase 1} y: int;