summaryrefslogtreecommitdiff
path: root/Test/og/civl-paper.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/civl-paper.bpl
parent2e190e24541eb9608e1d4ba18874c2403156e792 (diff)
added simulation relation computation to yield type checking
updated the type check to incorporate {:terminates} annotation
Diffstat (limited to 'Test/og/civl-paper.bpl')
-rw-r--r--Test/og/civl-paper.bpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/og/civl-paper.bpl b/Test/og/civl-paper.bpl
index 4f2da717..27c700f3 100644
--- a/Test/og/civl-paper.bpl
+++ b/Test/og/civl-paper.bpl
@@ -92,6 +92,7 @@ ensures {:right 1} |{ A: assert tid != nil; assume lock == nil; lock := tid; ret
A:
assume status;
+ par YieldLock();
return;
B: