Fixed a typo in one of the testcases
This commit is contained in:
parent
48b107b099
commit
1d4a62578a
|
@ -80,7 +80,7 @@ PROC m()
|
|||
j >= 5
|
||||
read(c[j])
|
||||
TRUE
|
||||
write(c[i])
|
||||
write(c[j])
|
||||
%FAIL Unsafe replicated parallel use with overlap #3
|
||||
PAR
|
||||
PAR i = 0 FOR 5
|
||||
|
|
Loading…
Reference in New Issue
Block a user