Merge pull request #4419 from BrzVlad/fix-oom-nre
[mono.git] / mcs / tests / gtest-194.cs
index a8b4e1744f54276ffd8ddf46965cba1da97fc2fc..fdc99eb180eb922ec8d29190b1585340ade0b5dc 100644 (file)
@@ -24,6 +24,6 @@ public class OrderedMultiDictionary<T,U>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }