summaryrefslogtreecommitdiff
path: root/Test/og/lock.bpl
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2014-04-20 21:08:11 -0700
committerGravatar qadeer <unknown>2014-04-20 21:08:11 -0700
commitb23a93d04bd66014854af44258264f9867c73f55 (patch)
treecdc58392e8428189951ed390745a9f772218d4d0 /Test/og/lock.bpl
parent2e190e24541eb9608e1d4ba18874c2403156e792 (diff)
added simulation relation computation to yield type checking
updated the type check to incorporate {:terminates} annotation
Diffstat (limited to 'Test/og/lock.bpl')
-rw-r--r--Test/og/lock.bpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/og/lock.bpl b/Test/og/lock.bpl
index 69aba91e..92b803a4 100644
--- a/Test/og/lock.bpl
+++ b/Test/og/lock.bpl
@@ -36,6 +36,7 @@ ensures {:atomic 1} |{ A: assume !b; b := true; return true; }|;
A:
assume status;
+ yield;
return;
B: