< prev index next >

langtools/test/tools/javap/T6715251.java

Print this page

        

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