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