< prev index next >

test/compiler/intrinsics/string/TestHasNegatives.java

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

@@ -26,18 +26,18 @@
 /*
  * @test
  * @bug 8054307
  * @summary Validates StringCoding.hasNegatives intrinsic with a small range of tests.
  * @library /compiler/patches
+ *
  * @build java.base/java.lang.Helper
  * @build compiler.intrinsics.string.TestHasNegatives
  * @run main compiler.intrinsics.string.TestHasNegatives
  */
+
 package compiler.intrinsics.string;
 
-import java.lang.Helper;
-
 /*
  * @summary Validates StringCoding.hasNegatives intrinsic with a small
  *          range of tests.
  */
 public class TestHasNegatives {
< prev index next >