< prev index next >

test/compiler/intrinsics/mathexact/NegExactILoopDependentTest.java

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

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