< prev index next >

test/tools/jdeps/modules/ModuleTest.java

Print this page

        

*** 26,35 **** --- 26,36 ---- * @summary Tests jdeps -m and -mp options on named modules and unnamed modules * @library .. * @build CompilerUtils * @modules jdk.jdeps/com.sun.tools.jdeps * @run testng ModuleTest + * @key intermittent */ import java.io.PrintWriter; import java.io.StringWriter; import java.lang.module.ModuleDescriptor;
< prev index next >