< prev index next >

test/runtime/LoadClass/LoadClassNegative.java

Print this page

        

@@ -33,11 +33,11 @@
  * @build LoadClassNegative
  * @run main LoadClassNegative
  */
 
 import java.io.File;
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class LoadClassNegative {
 
   public static void main(String args[]) throws Exception {
     String bootCP = "-Xbootclasspath/a:" + System.getProperty("test.src")
< prev index next >