X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-partial-06.cs;h=5df048b372d4fb9c6022deb1362ad088cbba0543;hb=77515455734ec5dc00f4550a60a394f8b5a2a36a;hp=a8d184160b55d89ba0858f785b162287f4e7432b;hpb=74c2e813151ef52866b58da63aeeed698b5e67dd;p=mono.git diff --git a/mcs/tests/test-partial-06.cs b/mcs/tests/test-partial-06.cs index a8d184160b5..5df048b372d 100644 --- a/mcs/tests/test-partial-06.cs +++ b/mcs/tests/test-partial-06.cs @@ -9,5 +9,5 @@ partial class Foo partial class Foo { } -class B { static void Main () {} } +class B { public static void Main () {} }