< prev index next >

langtools/test/tools/javap/T4777949.java

Print this page

        

@@ -28,11 +28,11 @@
 
 /*
  * @test
  * @bug 4777949
  * @summary Warn javap usage on package with simple name
- * @modules jdk.compiler
+ * @modules jdk.jdeps
  */
 public class T4777949 {
     public static void main(String... args) throws Exception {
         new T4777949().run();
     }
< prev index next >