Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-514.cs
index 9ce875854eb10f6f3bc5a5347b87e4b51c95f88d..a1c1e7b4d7256c73f354a387fdc78b015bf1963f 100644 (file)
@@ -13,7 +13,7 @@ class X {
                throw new Exception ();
        }
 
-        static int Main ()
+        public static int Main ()
        {
                int ret = 1;
                try { HandleConflict (1); }