X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-partial-06.cs;h=5df048b372d4fb9c6022deb1362ad088cbba0543;hb=22faa8733f4899d57064ba364b072648805bcee1;hp=a8d184160b55d89ba0858f785b162287f4e7432b;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;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 () {} }