Skip to content

Commit f5d6571

Browse files
authored
Merge pull request #22535 from r30shah/fixTypo
Correct typo in the loopReduction MEMCMP2CompareTo test
2 parents 8edcebb + e73dfc0 commit f5d6571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/JIT_Test/src/jit/test/loopReduction/MEMCMP2CompareTo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public int test(Context c, int len) {
3737
}
3838
}
3939
if (c.verify()) {
40-
if (i != len) c.printerr("j != len!");
40+
if (i != len) c.printerr("i != len!");
4141
if (k != 0) c.printerr("k != 0!");
4242
}
4343
end = System.currentTimeMillis();

0 commit comments

Comments
 (0)