Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-73.cs
old mode 100755 (executable)
new mode 100644 (file)
index 2acf980..30bc662
@@ -15,7 +15,7 @@ public class Concrete : Abstract {
 
 class Test {
 
-       static int Main ()
+       public static int Main ()
        {
                Concrete c = new Concrete ();