2006-02-11 Marek Safar <marek.safar@seznam.cz>
authorMarek Safar <marek.safar@gmail.com>
Sat, 11 Feb 2006 22:06:42 +0000 (22:06 -0000)
committerMarek Safar <marek.safar@gmail.com>
Sat, 11 Feb 2006 22:06:42 +0000 (22:06 -0000)
* test-491.cs: Test for bug #77485.

svn path=/trunk/mcs/; revision=56811

mcs/tests/ChangeLog
mcs/tests/test-491.cs [new file with mode: 0644]

index 0df41f3f3dbd218613f4dea857309fb8a226a54d..f1022c57ffa0533862e20cc88e5c983fbfcbc3a8 100644 (file)
@@ -1,3 +1,7 @@
+2006-02-11  Marek Safar <marek.safar@seznam.cz>
+
+       * test-491.cs: Test for bug #77485.
+
 2006-02-01  Raja R Harinath  <rharinath@novell.com>
 
        * support-*.cs: Rename from test-*-p2.cs.
diff --git a/mcs/tests/test-491.cs b/mcs/tests/test-491.cs
new file mode 100644 (file)
index 0000000..f64e626
--- /dev/null
@@ -0,0 +1,12 @@
+
+[AttrB]
+public class M {
+       public static void Main()
+       {
+       }
+}
+
+[AttrB]
+public class AttrA : System.Attribute {}
+
+public class AttrB : AttrA {}