[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / gtest-253.cs
old mode 100755 (executable)
new mode 100644 (file)
index 658dea9..84cf742
@@ -36,7 +36,7 @@ public class Extensible<V> : IExtensible<V>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Extensible<int> ext = new Extensible<int> ();
                ExtensibleTester<Extensible<int>> tester = new ExtensibleTester<Extensible<int>> (ext);