< prev index next >

test/compiler/intrinsics/mathexact/CompareTest.java

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

*** 23,37 **** /* * @test * @bug 8026722 * @summary Verify that the compare after addExact is a signed compare - * @compile CompareTest.java - * @run main CompareTest * */ public class CompareTest { public static long store = 0; public static long addValue = 1231; public static void main(String[] args) { --- 23,39 ---- /* * @test * @bug 8026722 * @summary Verify that the compare after addExact is a signed compare * + * @run main compiler.intrinsics.mathexact.CompareTest */ + + package compiler.intrinsics.mathexact; + public class CompareTest { public static long store = 0; public static long addValue = 1231; public static void main(String[] args) {
< prev index next >