< prev index next >

test/testlibrary_tests/OutputAnalyzerTest.java

Print this page

        

@@ -27,11 +27,11 @@
  * @library /testlibrary
  * @modules java.base/sun.misc
  *          java.management
  */
 
-import com.oracle.java.testlibrary.OutputAnalyzer;
+import jdk.test.lib.OutputAnalyzer;
 
 public class OutputAnalyzerTest {
 
   public static void main(String args[]) throws Exception {
 
< prev index next >