Merge pull request #4935 from lambdageek/dev-handles-may
[mono.git] / mcs / tests / test-112.cs
old mode 100755 (executable)
new mode 100644 (file)
index c1c2854..552cc0a
@@ -10,7 +10,7 @@ class X {
                return x;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                if (g () [1] == 10)
                                return 0;