Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-87.cs
old mode 100755 (executable)
new mode 100644 (file)
index aaa809f..aa476b4
@@ -29,7 +29,7 @@ class Top {
                public int get_two () { return 2; }
        }
        
-       static int Main ()
+       public static int Main ()
        {
                XA x = new XA ();