< prev index next >

test/compiler/intrinsics/mathexact/NegExactIConstantTest.java

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

@@ -23,18 +23,19 @@
 
 /*
  * @test
  * @bug 8026844
  * @summary Test constant negExact
- * @library /testlibrary
+ * @library /testlibrary /
  * @modules java.base/jdk.internal.misc
  *          java.management
- * @compile NegExactIConstantTest.java Verify.java
- * @run main NegExactIConstantTest
  *
+ * @run main compiler.intrinsics.mathexact.NegExactIConstantTest
  */
 
+package compiler.intrinsics.mathexact;
+
 public class NegExactIConstantTest {
     public static void main(String[] args) {
         Verify.ConstantTest.verify(new Verify.UnaryToBinary(new Verify.NegExactI()));
     }
 }
< prev index next >