codeowners update
[mono.git] / mcs / tests / gtest-122.cs
index 2ec8725936fad8e9ca901a937c59c15774edb7d9..62473f2de94d64bf728860e96143e2f959925fa0 100644 (file)
@@ -1,6 +1,6 @@
     class Test
     {
-        static void Main(string[] args)
+        public static void Main(string[] args)
         {
             A<int> a = new A<int>(new A<int>.B(D), 3);
             a.Run();