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