< prev index next >

test/compiler/intrinsics/mathexact/AddExactIRepeatTest.java

Print this page

        

*** 31,41 **** * @compile AddExactIRepeatTest.java Verify.java * @run main AddExactIRepeatTest * */ ! import com.oracle.java.testlibrary.Utils; import java.util.Random; public class AddExactIRepeatTest { public static void main(String[] args) { runTest(new Verify.AddExactI()); --- 31,41 ---- * @compile AddExactIRepeatTest.java Verify.java * @run main AddExactIRepeatTest * */ ! import jdk.test.lib.Utils; import java.util.Random; public class AddExactIRepeatTest { public static void main(String[] args) { runTest(new Verify.AddExactI());
< prev index next >