Merge pull request #4185 from BrzVlad/fix-arm64-finally-abort
[mono.git] / mcs / tests / gtest-107.cs
index daa454c8f68b2e7fb6a9aac1ab4def68bfaf9af2..b56bed969b2efe4eb8868ba65d7931df2725ccd5 100644 (file)
@@ -35,7 +35,7 @@ class X
                tree.Map (new Mapper<int,string> (themap));
        }
 
-       static void Main ()
+       public static void Main ()
        {
                X x = new X ();
                x.Test ();