Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-130.cs
old mode 100755 (executable)
new mode 100644 (file)
index 6403fbc..34936d6
@@ -22,7 +22,7 @@ class X {
 
        public const short s2 = (short) c;
        public IntPtr p = (IntPtr) null;
-       static int Main ()
+       public static int Main ()
        {
                return 0;
        }