langtools/test/tools/javac/modules/ModuleInfoTreeAccess.java
changeset 37758 3ecf9b414e05
parent 36779 9a030c4d2591
child 42407 f3702cff2933
--- a/langtools/test/tools/javac/modules/ModuleInfoTreeAccess.java	Mon May 02 15:01:54 2016 -0700
+++ b/langtools/test/tools/javac/modules/ModuleInfoTreeAccess.java	Mon May 02 16:17:39 2016 -0700
@@ -61,7 +61,7 @@
     }
 
     @Test
-    void testTreePathForModuleDecl(Path base) throws Exception {
+    public void testTreePathForModuleDecl(Path base) throws Exception {
 
         JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
         try (StandardJavaFileManager fm = compiler.getStandardFileManager(null, null, null)) {