Merge pull request #4935 from lambdageek/dev-handles-may
[mono.git] / mcs / tests / test-173.cs
index 0484578d1dc219c7f989f0fb5ad2ad207f04f8bc..77684ddd57125646406ffed766063026f4322ce4 100644 (file)
@@ -167,7 +167,7 @@ class X
                return 0;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                int result = Test ();
                Console.WriteLine ("RESULT: {0}", result);