Merge pull request #5439 from alexrp/master
[mono.git] / mcs / tests / test-42.cs
old mode 100755 (executable)
new mode 100644 (file)
index 684324b..1120be6
@@ -140,7 +140,7 @@ class Y {
                return 0;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                X x = new X ();
                int c;