diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-11 15:25:45 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-11 15:25:45 +0100 |
commit | af063a30fa05405d35aa7d49243cd488d9471b11 (patch) | |
tree | d9454273471ef8f5789dc07e1b558c19dd0dfea4 /Test/og/linear-set2.bpl | |
parent | efe9d5884a7b1d7af910761772454ba944bd4de8 (diff) |
Enable as many "og" lit tests. Several fail because they weren't
being executed previously!
Boogie :: og/DeviceCacheSimplified.bpl
Boogie :: og/DeviceCacheWithBuffer.bpl
Boogie :: og/async.bpl
Boogie :: og/houd1.bpl
Boogie :: og/lock-introduced.bpl
Boogie :: og/termination.bpl
Boogie :: og/treiber-stack.bpl
Diffstat (limited to 'Test/og/linear-set2.bpl')
-rw-r--r-- | Test/og/linear-set2.bpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/og/linear-set2.bpl b/Test/og/linear-set2.bpl index 36a8f9c7..dff4936c 100644 --- a/Test/og/linear-set2.bpl +++ b/Test/og/linear-set2.bpl @@ -1,3 +1,5 @@ +// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory %s > %t
+// RUN: %diff %s.expect %t
type X;
function {:builtin "MapConst"} MapConstInt(int) : [X]int;
function {:builtin "MapConst"} MapConstBool(bool) : [X]bool;
|