X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-partial-02.cs;h=e84f996d4968b2105820f202feb60d053cba43b0;hb=100bd760a46811121b4b47ebba941d4fb98486ab;hp=cd9ce174ceb4980235fced7c43f14962ffc460fd;hpb=ce307de17e79a19fc73b7f1c67407311f134c256;p=mono.git diff --git a/mcs/tests/test-partial-02.cs b/mcs/tests/test-partial-02.cs index cd9ce174ceb..e84f996d496 100644 --- a/mcs/tests/test-partial-02.cs +++ b/mcs/tests/test-partial-02.cs @@ -33,6 +33,6 @@ partial class D { } class X { - static void Main () + public static void Main () { } }