< prev index next >

test/compiler/intrinsics/mathexact/IncExactITest.java

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

@@ -23,18 +23,19 @@
 
 /*
  * @test
  * @bug 8026844
  * @summary Test incrementExact
- * @library /testlibrary
+ * @library /testlibrary /
  * @modules java.base/jdk.internal.misc
  *          java.management
- * @compile IncExactITest.java Verify.java
- * @run main IncExactITest
  *
+ * @run main compiler.intrinsics.mathexact.IncExactITest
+ *
  */
 
+package compiler.intrinsics.mathexact;
 
 public class IncExactITest {
     public static int[] values = {1, 1, 1, 1};
     public static void main(String[] args) {
         runTest(new Verify.IncExactI());
< prev index next >