summaryrefslogtreecommitdiff
path: root/Test/og/lock2.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-11 15:25:45 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-11 15:25:45 +0100
commitaf063a30fa05405d35aa7d49243cd488d9471b11 (patch)
treed9454273471ef8f5789dc07e1b558c19dd0dfea4 /Test/og/lock2.bpl
parentefe9d5884a7b1d7af910761772454ba944bd4de8 (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/lock2.bpl')
-rw-r--r--Test/og/lock2.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/og/lock2.bpl b/Test/og/lock2.bpl
index 9f5e0be8..2d1c53df 100644
--- a/Test/og/lock2.bpl
+++ b/Test/og/lock2.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory %s > %t
+// RUN: %diff %s.expect %t
var {:phase 2} b: int;
procedure {:yields} {:phase 2} main()