Merge pull request #3499 from kumpera/fix_logging
[mono.git] / mcs / tests / test-329.cs
index 3ef16470b75db94b78b5d0badd1b3268bbc202ca..b63f4a2447721bc3971d1f42bfcb379ae52c2d0d 100644 (file)
@@ -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;