Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-partial-10.cs
index 16eb58abeeca0fac98085d30a1ec3cc21b5d7793..ba8a5c32c46553a31475e0f17419218da362efe6 100644 (file)
@@ -36,7 +36,7 @@ namespace Test3
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                if (Test2.Foo.f != 10)
                        return 1;