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