[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / gtest-044.cs
index 679bbb1339bcc3228df120dc0467bae7fe93f223..5c1fdd1e73742f51637d0c83889b269b34c7437a 100644 (file)
@@ -18,7 +18,7 @@ class X<T>
 
 class Test
 {
-       static void Main ()
+       public static void Main ()
        {
                X<long> x = new X<long> (5);
                Console.WriteLine (x.Count);