[msbuild] bump to xplat-master branch HEAD
[mono.git] / mcs / tests / test-70.cs
old mode 100755 (executable)
new mode 100644 (file)
index 6fe8da9..0173918
@@ -30,7 +30,7 @@ class Y : X {
 }
 
 class Z {
-       static int Main ()
+       public static int Main ()
        {
                Y y = new Y ();
                X x = new X ();