langtools/test/tools/javac/modules/ServiceInStaticClassErrorTest.java
changeset 37758 3ecf9b414e05
parent 36778 e04318f39f92
--- a/langtools/test/tools/javac/modules/ServiceInStaticClassErrorTest.java	Mon May 02 15:01:54 2016 -0700
+++ b/langtools/test/tools/javac/modules/ServiceInStaticClassErrorTest.java	Mon May 02 16:17:39 2016 -0700
@@ -48,7 +48,7 @@
     }
 
     @Test
-    void testError(Path base) throws Exception {
+    public void testError(Path base) throws Exception {
         Path src = base.resolve("src");
         tb.writeJavaFiles(src,
                 "module m { provides p1.I with p1.Outer.A; }",