8080048: Test jdk/test/com/sun/jdi/NoLaunchOptionTest.java was merged incorrectly
Summary: Add correct @library and @build tags
Reviewed-by: ctornqvi, gtriantafill
--- a/jdk/test/com/sun/jdi/NoLaunchOptionTest.java Sat May 09 07:35:16 2015 -0400
+++ b/jdk/test/com/sun/jdi/NoLaunchOptionTest.java Tue May 12 13:57:46 2015 -0400
@@ -26,15 +26,15 @@
import jdk.testlibrary.ProcessTools;
/*
- * @test NoLaunchOptionTest.java
- * @bug 4554734 4724714
- * @summary Test for -Xrunjdwp:[onthrow,onuncaught] suboptions require launch suboption
- * @author Tim Bell
- *
- * @modules jdk.jdi
- * @run compile -g NoLaunchOptionTest.java
- * @build VMConnection
- * @run driver NoLaunchOptionTest
+ * @test NoLaunchOptionTest.java
+ * @bug 4554734 4724714
+ * @summary Test for -Xrunjdwp:[onthrow,onuncaught] suboptions require launch suboption
+ * @author Tim Bell
+ * @library /lib/testlibrary
+ * @modules jdk.jdi
+ * @run compile -g NoLaunchOptionTest.java
+ * @build jdk.testlibrary.* VMConnection
+ * @run driver NoLaunchOptionTest
*/
public class NoLaunchOptionTest extends Object {