[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / gtest-218.cs
index 73b6cc1baf88fdf6ab7abaf27c06f75db0668fa6..0f52e819fb2666d6e330d5f3f9c5a26365ab5fe1 100644 (file)
@@ -6,6 +6,6 @@ class Foo : IFoo<Foo>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }