< prev index next >

test/compiler/intrinsics/mathexact/SubExactINonConstantTest.java

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

*** 23,40 **** /* * @test * @bug 8026844 * @summary Test non constant subtractExact ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management - * @compile SubExactINonConstantTest.java Verify.java - * @run main SubExactINonConstantTest * */ public class SubExactINonConstantTest { public static void main(String[] args) { Verify.NonConstantTest.verify(new Verify.SubExactI()); } } --- 23,41 ---- /* * @test * @bug 8026844 * @summary Test non constant subtractExact ! * @library /testlibrary / * @modules java.base/jdk.internal.misc * java.management * + * @run main compiler.intrinsics.mathexact.SubExactINonConstantTest */ + package compiler.intrinsics.mathexact; + public class SubExactINonConstantTest { public static void main(String[] args) { Verify.NonConstantTest.verify(new Verify.SubExactI()); } }
< prev index next >