< prev index next >

test/jdk/native_sanity/simplenativelauncher/ProgramTest.java

Print this page
rev 51638 : [mq]: 8210112

@@ -21,18 +21,18 @@
  * questions.
  */
 
  /*
  * @test
- * @library /lib/testlibrary
- * @build jdk.testlibrary.OutputAnalyzer
+ * @library /test/lib
+ * @build jdk.test.lib.process.OutputAnalyzer
  * @build ProgramTest
  * @run main/native ProgramTest
  */
 
-import jdk.testlibrary.OutputAnalyzer;
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 public class ProgramTest {
     public static void main(String... args) throws Exception {
         String lib = System.getProperty("test.nativepath");
         ProcessBuilder pb = new ProcessBuilder(lib + "/sanity_SimpleNativeLauncher");
< prev index next >