Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-partial-01.cs
index 66bb94728c4cc13f39e08e94f65a022501345a17..9bf6da10d7c70af0616e4f1b43b54cc9540e0ad0 100644 (file)
@@ -44,7 +44,7 @@ namespace X
 
 class Y
 {
-       static int Main ()
+       public static int Main ()
        {
                if (X.Test.FooWorld () != 8)
                        return 1;