changeset 37758 | 3ecf9b414e05 |
parent 36778 | e04318f39f92 |
child 40308 | 274367a99f98 |
--- a/langtools/test/tools/javac/modules/PluginsInModulesTest.java Mon May 02 15:01:54 2016 -0700 +++ b/langtools/test/tools/javac/modules/PluginsInModulesTest.java Mon May 02 16:17:39 2016 -0700 @@ -127,7 +127,7 @@ Path classes; @Test - void testUseOnlyOneProcessor(Path base) throws Exception { + public void testUseOnlyOneProcessor(Path base) throws Exception { initialization(base); List<String> log = new JavacTask(tb) .options("-processormodulepath", processorCompiledModules.toString(),