X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-329.cs;h=b63f4a2447721bc3971d1f42bfcb379ae52c2d0d;hb=919a03d17d36604f05e1d99c3f9f26a1509e9655;hp=3ef16470b75db94b78b5d0badd1b3268bbc202ca;hpb=2007998771b1c4d9e762943676d7959daaf74385;p=mono.git diff --git a/mcs/tests/test-329.cs b/mcs/tests/test-329.cs index 3ef16470b75..b63f4a24477 100644 --- a/mcs/tests/test-329.cs +++ b/mcs/tests/test-329.cs @@ -10,7 +10,7 @@ class X : Attribute { ID = 55; } - static int Main () { + public static int Main () { object[] attrs = typeof(X).GetCustomAttributes(typeof (X),false); if (attrs.Length != 1) return 2;