[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / gtest-094.cs
index 8f1cdcef27746879e97af1fc6bda4df215438777..0ea2b7b6cf6c8e2c45530cded65e97ec86b38e3a 100644 (file)
@@ -11,6 +11,6 @@ public class HashedLinkedList<T> : LinkedList<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }