summaryrefslogtreecommitdiff
path: root/Test/og/parallel4.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/parallel4.bpl')
-rw-r--r--Test/og/parallel4.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/og/parallel4.bpl b/Test/og/parallel4.bpl
index c07975ca..22e7173f 100644
--- a/Test/og/parallel4.bpl
+++ b/Test/og/parallel4.bpl
@@ -8,7 +8,7 @@ procedure {:entrypoint} {:yields} main()
var {:linear "tid"} j: int;
call i := Allocate();
call j := Allocate();
- call i := t(i) | j := t(j);
+ par i := t(i) | j := t(j);
}
procedure {:yields} {:stable} t({:linear "tid"} i': int) returns ({:linear "tid"} i: int)