Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / test-231.cs
index 07e217a26620dcbec0a9b84e0cd727ab8f1cb45b..61c9a0684ac2e5e2359e147682dc35af46d32999 100644 (file)
@@ -1,7 +1,7 @@
 class T {
        static int ret_code = 0;
     
-       static int Main ()
+       public static int Main ()
        {
                try {
                        T t = null;