[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / gtest-109.cs
index 7666b4fef7da8acc335a2ed627e3be5b7efb9ec8..ec3ff5280dc1e5692207d691d1a8d7f16881d930 100644 (file)
@@ -1,7 +1,7 @@
 using System;
 
 class X {
-       static void Main ()
+       public static void Main ()
        {
                int [] foo = null;
                Array.Resize (ref foo, 10);