diff options
Diffstat (limited to 'Test/og/parallel3.bpl')
-rw-r--r-- | Test/og/parallel3.bpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/og/parallel3.bpl b/Test/og/parallel3.bpl index f34efc6d..4c47adf7 100644 --- a/Test/og/parallel3.bpl +++ b/Test/og/parallel3.bpl @@ -1,6 +1,6 @@ procedure {:entrypoint} {:yields} main()
{
- call A() | B();
+ par A() | B();
}
procedure {:yields} {:stable} A() {}
|