< prev index next >

test/com/sun/jdi/InvokeTest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

@@ -23,15 +23,14 @@
 
 /**
  *  @test
  *  @bug 4451941 4527072
  *  @summary Test argument types for invoke
- *
  *  @author Robert Field
  *
  *  @library ..
- *  @modules jdk.jdi
+ *
  *  @run build  TestScaffold VMConnection TargetListener TargetAdapter
  *  @run compile -g InvokeTest.java
  *  @run driver InvokeTest
  */
 import com.sun.jdi.*;
< prev index next >