diff options
Diffstat (limited to 'Test/og/async.bpl')
-rw-r--r-- | Test/og/async.bpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/og/async.bpl b/Test/og/async.bpl index 4ca43d30..88307ba1 100644 --- a/Test/og/async.bpl +++ b/Test/og/async.bpl @@ -1,3 +1,5 @@ +// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory %s > %t
+// RUN: %diff %s.expect %t
var {:phase 1} x: int;
var {:phase 1} y: int;
|