Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-91.cs
old mode 100755 (executable)
new mode 100644 (file)
index 3414d19..344efd5
@@ -20,7 +20,7 @@ class Test {
        static public void MyPublic () { }
        static void MyPrivate () {}
              
-       static int Main ()
+       public static int Main ()
        {
                Type myself = typeof (Test);
                BindingFlags bf = BindingFlags.Static | BindingFlags.NonPublic | BindingFlags.Public;