langtools/test/tools/javac/modules/ModuleFinderTest.java
changeset 37758 3ecf9b414e05
parent 36778 e04318f39f92
child 40308 274367a99f98
--- a/langtools/test/tools/javac/modules/ModuleFinderTest.java	Mon May 02 15:01:54 2016 -0700
+++ b/langtools/test/tools/javac/modules/ModuleFinderTest.java	Mon May 02 16:17:39 2016 -0700
@@ -48,7 +48,7 @@
     }
 
     @Test
-    void testDuplicateModulesOnPath(Path base) throws Exception {
+    public void testDuplicateModulesOnPath(Path base) throws Exception {
         Path src = base.resolve("src");
         tb.writeJavaFiles(src, "module m1 { }");