[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / test-anon-64.cs
old mode 100755 (executable)
new mode 100644 (file)
index 8035749..aef4ae4
@@ -22,6 +22,6 @@ class Source {
             };
 
         }
-        static void Main () {}
+        public static void Main () {}
 
 }