Merge pull request #3080 from BrzVlad/feature-enable-conc-master
[mono.git] / mcs / tests / test-56.cs
old mode 100755 (executable)
new mode 100644 (file)
index 286cb10..b5ca96b
@@ -52,7 +52,7 @@ class C : A {
 
 class M {
 
-       static int Main ()
+       public static int Main ()
        {
                B b = new B ();