< prev index next >

test/jdk/com/sun/jdi/DoubleAgentTest.java

Print this page
rev 51731 : imported patch 8210732

@@ -21,20 +21,18 @@
  * questions.
  */
 
 import jdk.test.lib.process.OutputAnalyzer;
 import jdk.test.lib.process.ProcessTools;
-import jdk.testlibrary.Utils;
+import jdk.test.lib.Utils;
 
 /* @test
  * @bug 6354345
  * @summary Check that multiple -agentlib statements in command line fails
  *
- * @library /lib/testlibrary
  * @library /test/lib
  * @modules java.management
- * @build jdk.testlibrary.*
  * @build DoubleAgentTest Exit0
  * @run driver DoubleAgentTest
  */
 
 public class DoubleAgentTest {
< prev index next >