[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / test-398.cs
index 0826a6f09057c3fc2ee2373eac67bbda399a62ca..d8cc6f02d20be111260e1c4be6b4ca0be0b2f20a 100644 (file)
@@ -6,7 +6,7 @@ using System;
 
  public class Tester {
 
-        static void Main ()
+        public static void Main ()
         {
                 A a = new A (8);
                 B b = new B (9);