< prev index next >

langtools/test/tools/javac/classfiles/attributes/innerclasses/NoInnerClassesTest.java

Print this page

        

*** 24,34 **** /* * @test * @bug 8042251 * @summary Test that there are no inner classes attributes in case of there are no inner classes. * @library /tools/lib /tools/javac/lib ../lib ! * @modules jdk.compiler/com.sun.tools.classfile * jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.file * jdk.compiler/com.sun.tools.javac.main * @build TestBase InMemoryFileManager ToolBox * @run main NoInnerClassesTest --- 24,34 ---- /* * @test * @bug 8042251 * @summary Test that there are no inner classes attributes in case of there are no inner classes. * @library /tools/lib /tools/javac/lib ../lib ! * @modules jdk.jdeps/com.sun.tools.classfile * jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.file * jdk.compiler/com.sun.tools.javac.main * @build TestBase InMemoryFileManager ToolBox * @run main NoInnerClassesTest
< prev index next >