summaryrefslogtreecommitdiff
path: root/Test/og/bar.bpl
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2014-07-15 02:26:38 -0700
committerGravatar qadeer <unknown>2014-07-15 02:26:38 -0700
commit7395870356fb83f1b7cab70c95523d1c9f5738d4 (patch)
treeb8677cada625458aacba867081549e4a784c453d /Test/og/bar.bpl
parent85a60be8a0a7ef1438908364b7997dddc4524ed1 (diff)
simplified yield type chcking and added treiber stack (not fully done)
Diffstat (limited to 'Test/og/bar.bpl')
-rw-r--r--Test/og/bar.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/og/bar.bpl b/Test/og/bar.bpl
index b348075e..1d2c9a03 100644
--- a/Test/og/bar.bpl
+++ b/Test/og/bar.bpl
@@ -46,7 +46,6 @@ procedure {:yields} {:phase 1} Main2()
yield;
while (*)
{
- yield;
async call PB();
yield;
async call PE();
@@ -54,4 +53,5 @@ procedure {:yields} {:phase 1} Main2()
async call PD();
yield;
}
+ yield;
}