< prev index next >

langtools/test/tools/javap/T6715251.java

Print this page

        

@@ -26,11 +26,11 @@
 
 /*
  * @test
  * @bug 6715251
  * @summary javap should be consistent with javac and return 2 if given no arguments
- * @modules jdk.compiler
+ * @modules jdk.jdeps
  */
 
 public class T6715251 {
     public static void main(String... args) throws Exception {
         new T6715251().run();
< prev index next >