summaryrefslogtreecommitdiff
path: root/Test/og/lock.bpl
diff options
context:
space:
mode:
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: