Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-partial-03.cs
index fa4eb1be1f18fa546e68540d6778b70c1a85bccc..f4b77c75fe48d5a1888a13dfb01db6950ce74be4 100644 (file)
@@ -43,7 +43,7 @@ public partial class Test
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                Test test = new Test ();
                if (test.TestFoo () != 1)