Fixed a typo on the newly added testcase
This commit is contained in:
parent
a05facb7ad
commit
b3fdb6e2df
|
@ -134,7 +134,7 @@ PROC m()
|
||||||
INT x:
|
INT x:
|
||||||
PAR
|
PAR
|
||||||
PAR i = 0 FOR x - 1
|
PAR i = 0 FOR x - 1
|
||||||
both.2(c[i]?, c[i + 1]!
|
both.2(c[i]?, c[i + 1]!)
|
||||||
read(c[x - 1]?)
|
read(c[x - 1]?)
|
||||||
|
|
||||||
%
|
%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user