Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / tests / test-240.cs
index 219e70b7328ce586e3b06ad86d72d8d5494b8ccd..feffcff430e6037efbe7a8bb88c9e5f2cfec9a60 100644 (file)
@@ -13,7 +13,7 @@ class TestClass {
             return_code = 0;
         }
     
-        static int Main()
+        public static int Main()
         {
             ConditionalMethod ();
             return return_code;