Skip to content

Commit 6055f0a

Browse files
[GR-65746] Running the wrong test code due to a typo in testVirtualPhiLoop3.
PullRequest: graal/21066
2 parents 9421aee + d8255ff commit 6055f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/jdk.graal.compiler.test/src/jdk/graal/compiler/core/test/ea/PartialEscapeAnalysisTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ private static int virtualPhiLoop3(Object[] var4) {
360360
@Test
361361
public void testVirtualPhiLoop3() {
362362
for (int size = 0; size < 100; size++) {
363-
test("virtualPhiLoop2", (Object) new Object[size]);
363+
test("virtualPhiLoop3", (Object) new Object[size]);
364364
}
365365
}
366366

0 commit comments

Comments
 (0)