Fixed a typo on the newly added testcase

This commit is contained in:
Neil Brown 2009-04-18 21:26:15 +00:00
parent a05facb7ad
commit b3fdb6e2df

View File

@ -134,7 +134,7 @@ PROC m()
INT x:
PAR
PAR i = 0 FOR x - 1
both.2(c[i]?, c[i + 1]!
both.2(c[i]?, c[i + 1]!)
read(c[x - 1]?)
%