summaryrefslogtreecommitdiff
path: root/Test/og/parallel1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/parallel1.bpl')
-rw-r--r--Test/og/parallel1.bpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/og/parallel1.bpl b/Test/og/parallel1.bpl
index 18050e09..427dc72d 100644
--- a/Test/og/parallel1.bpl
+++ b/Test/og/parallel1.bpl
@@ -37,7 +37,8 @@ procedure {:yields} {:phase 1} PD()
procedure {:yields} {:phase 1} Main()
{
- while (true)
+ yield;
+ while (*)
{
par PB() | PC() | PD();
}