test/jdk/com/sun/tools/attach/PermissionTest.java
changeset 52731 157c1130b46e
parent 51675 b487c1e914d0
--- a/test/jdk/com/sun/tools/attach/PermissionTest.java	Wed Nov 28 15:25:14 2018 -0800
+++ b/test/jdk/com/sun/tools/attach/PermissionTest.java	Thu Nov 29 07:40:45 2018 +0800
@@ -34,12 +34,11 @@
  * @summary Basic unit tests for the VM attach mechanism. Unit test for Attach
  * API - this checks that a SecurityException is thrown as expected.
  *
- * @library /lib/testlibrary
  * @library /test/lib
  * @modules jdk.attach
  *          jdk.jartool/sun.tools.jar
  *
- * @run build jdk.testlibrary.* Application
+ * @run build Application
  * @run main PermissionTest
  */
 public class PermissionTest {