Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-68.cs
old mode 100755 (executable)
new mode 100644 (file)
index 8514c94..d61be1d
@@ -16,7 +16,7 @@ class Y {
 
 class X {
 
-       static int Main ()
+       public static int Main ()
        {
                if ("Hello" != A.Hello.ToString ())
                        return 1;