< prev index next >

langtools/test/tools/sjavac/PackagePathMismatch.java

Print this page

        

*** 26,36 **** * @bug 8059349 * @summary This test makes sure file paths matches package declarations * @library /tools/lib * @modules jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.main ! * jdk.jdeps/com.sun.tools.javap * @build Wrapper toolbox.ToolBox * @run main Wrapper PackagePathMismatch */ import java.nio.file.Path; --- 26,36 ---- * @bug 8059349 * @summary This test makes sure file paths matches package declarations * @library /tools/lib * @modules jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.main ! * jdk.compiler/com.sun.tools.sjavac * @build Wrapper toolbox.ToolBox * @run main Wrapper PackagePathMismatch */ import java.nio.file.Path;
< prev index next >