codeowners update
[mono.git] / mcs / tests / test-238.cs
index def44e87b7c4d6ce46e3d340866fd5c12e7664fd..a760b5117f4586ec70265bcc004c2eb5b0eefcac 100644 (file)
@@ -8,7 +8,7 @@ class TestClass {
             Environment.Exit (1);
         }
     
-        static int Main()
+        public static int Main()
         {
             ConditionalMethod ();
             Console.WriteLine ("Succeeded");