Added another test case to test that read-indexes are not compared to each other
This commit is contained in:
parent
0dd6a852bd
commit
30bc63ffe8
|
@ -54,6 +54,10 @@ PROC m()
|
||||||
a[0] := 5
|
a[0] := 5
|
||||||
a[1] := 6
|
a[1] := 6
|
||||||
|
|
||||||
|
%PASS Overlapping constants in reading
|
||||||
|
a[1] := a[0]
|
||||||
|
a[2] := a[0]
|
||||||
|
|
||||||
%FAIL Two variables
|
%FAIL Two variables
|
||||||
a[x] := 3
|
a[x] := 3
|
||||||
a[y] := 5
|
a[y] := 5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user