8080048: Test jdk/test/com/sun/jdi/NoLaunchOptionTest.java was merged incorrectly
authorhseigel
Tue, 12 May 2015 13:57:46 -0400
changeset 30675 94206e28ec64
parent 30674 24f77e5a7938
child 30676 0545deee4403
child 30799 d2a195296378
8080048: Test jdk/test/com/sun/jdi/NoLaunchOptionTest.java was merged incorrectly Summary: Add correct @library and @build tags Reviewed-by: ctornqvi, gtriantafill
jdk/test/com/sun/jdi/NoLaunchOptionTest.java
--- 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 {