Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2010-10-20 19:21:22 +0400
committerMarek Safar <marek.safar@gmail.com>2010-10-20 19:23:40 +0400
commitd9c8bdff9acc38b564beae4582534570e06e4e68 (patch)
tree5e8328c86d2c036189af4441f064fd849be99b31 /mcs/tests/test-xml-056.cs
parentb122bf1db7bc12a6633527e03ad017828e334ada (diff)
Clean up test files
Diffstat (limited to 'mcs/tests/test-xml-056.cs')
-rw-r--r--mcs/tests/test-xml-056.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/mcs/tests/test-xml-056.cs b/mcs/tests/test-xml-056.cs
new file mode 100644
index 00000000000..25d036e1900
--- /dev/null
+++ b/mcs/tests/test-xml-056.cs
@@ -0,0 +1,14 @@
+// Compiler options: -doc:xml-056.xml
+
+using System;
+
+/// <summary><see cref="AAttribute" /></summary>
+[Obsolete("whatever", true)]
+public class AAttribute : Attribute {
+}
+
+class Demo {
+ static void Main ()
+ {
+ }
+}