Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-externalias-04.cs
index 81ff97e0c20ab05547841dd70211095c004b44ed..f5557930119b5500b91620256aee9b90e85bbcc9 100644 (file)
@@ -6,7 +6,7 @@ using System;
 
 public class Test
 {
-       static int Main ()
+       public static int Main ()
        {
                if (MyAssembly01::Namespace1.Namespace2.MyClass2.StaticMethod () != 1)
                        return 1;