Skip to content

Commit d8255ff

Browse files
Fix running the wrong test code due to a typo in testVirtualPhiLoop3
1 parent 0cbb62d commit d8255ff

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)