Skip to content

Commit 2da7f2b

Browse files
committed
8342787: Move misplaced TestTemplateAssertionPredicateWithTwoUCTs.java from src to test directory
Reviewed-by: thartmann, shade, jwaters
1 parent de441c2 commit 2da7f2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
+2-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/*
2626
* @test
2727
* @bug 8342287
28-
* @summary Test that a fail path projection of a Template Assertion Predicate is not treated as success path projection
28+
* @summary Test that a fail path projection of a Template Assertion Predicate is not treated as success path projection.
2929
* @run main/othervm -XX:-TieredCompilation -Xbatch
3030
* -XX:CompileCommand=compileonly,compiler.predicates.TestTemplateAssertionPredicateWithTwoUCTs::test
3131
* compiler.predicates.TestTemplateAssertionPredicateWithTwoUCTs
@@ -43,7 +43,7 @@ public static void main(String[] strArr) {
4343
}
4444

4545
static void test() {
46-
int lArr[][] = new int[100][1];
46+
int[][] lArr = new int[100][1];
4747
for (int i14 = 5; i14 < 273; ++i14) {
4848
int i16 = 1;
4949
while (++i16 < 94) {
@@ -58,4 +58,3 @@ static void test() {
5858
}
5959
}
6060
}
61-

0 commit comments

Comments
 (0)