[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / test-656.cs
old mode 100755 (executable)
new mode 100644 (file)
index 26c7e86..45c20b6
@@ -4,7 +4,7 @@
 
 class Goo
 {
-       static void Main ()
+       public static void Main ()
        {
                string s = new Foo () ["foo"];
        }