< prev index next >

test/testlibrary_tests/OutputAnalyzerTest.java

Print this page

        

*** 22,37 **** */ /* * @test * @summary Test the OutputAnalyzer utility class ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management */ ! import jdk.test.lib.OutputAnalyzer; public class OutputAnalyzerTest { public static void main(String args[]) throws Exception { --- 22,37 ---- */ /* * @test * @summary Test the OutputAnalyzer utility class ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ ! import jdk.test.lib.process.OutputAnalyzer; public class OutputAnalyzerTest { public static void main(String args[]) throws Exception {
< prev index next >