X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-280.cs;h=a428ea931d60f78ed59d4073d2d512457897e6fb;hb=2b15ada1a1ad25ece63393c2ba40e5d9877b35a7;hp=aff2fbb5994586140c993b85faf6c83707cfd751;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/mcs/tests/test-280.cs b/mcs/tests/test-280.cs index aff2fbb5994..a428ea931d6 100644 --- a/mcs/tests/test-280.cs +++ b/mcs/tests/test-280.cs @@ -17,7 +17,7 @@ namespace AppFramework.Util return false; } - static void Main () {} + public static void Main () {} } }