< prev index next >

test/compiler/intrinsics/mathexact/NestedMathExactTest.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 23,37 **** /* * @test * @bug 8027444 * @summary Test nested loops - * @compile NestedMathExactTest.java - * @run main NestedMathExactTest * */ public class NestedMathExactTest { public static final int LIMIT = 100; public static int[] result = new int[LIMIT]; public static int value = 17; --- 23,38 ---- /* * @test * @bug 8027444 * @summary Test nested loops * + * @run main compiler.intrinsics.mathexact.NestedMathExactTest */ + package compiler.intrinsics.mathexact; + public class NestedMathExactTest { public static final int LIMIT = 100; public static int[] result = new int[LIMIT]; public static int value = 17;
< prev index next >