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-471.cs
parentb122bf1db7bc12a6633527e03ad017828e334ada (diff)
Clean up test files
Diffstat (limited to 'mcs/tests/test-471.cs')
-rw-r--r--mcs/tests/test-471.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/mcs/tests/test-471.cs b/mcs/tests/test-471.cs
deleted file mode 100644
index 648d7865a81..00000000000
--- a/mcs/tests/test-471.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-// Compiler options: /doc:test-471.xml
-
-using System;
-
-/// <summary><see cref="AAttribute" /></summary>
-[Obsolete("whatever", true)]
-public class AAttribute : Attribute {
-}
-
-class Demo {
- static void Main ()
- {
- }
-}