Merge pull request #4998 from kumpera/fix_56684
[mono.git] / mcs / tests / gtest-268.cs
index 106fb364ec48a02c38a671408fe7920d8c82f3e1..4f402ed83090c37f75be5940ffca2607cc9e9a3e 100644 (file)
@@ -11,6 +11,6 @@ public class Test
                 public static G<T> Instance;
         }
 
-       static void Main ()
+       public static void Main ()
        { }
 }