Fixed a typo in one of the testcases

This commit is contained in:
Neil Brown 2009-02-09 11:31:34 +00:00
parent 48b107b099
commit 1d4a62578a

View File

@ -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