[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / gtest-294.cs
old mode 100755 (executable)
new mode 100644 (file)
index d66c6e2..59a58f3
@@ -8,7 +8,7 @@ class X
                return b ?? a;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                A a = new A ();
                B b = new B ();