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>2004-06-24 12:19:28 +0400
committerMarek Safar <marek.safar@gmail.com>2004-06-24 12:19:28 +0400
commit773e1f90b5a1523f5170121ec96aeebf2fb4e72c (patch)
tree87a3fa203ff2bf37df3bd53cab2ca73c7660ad21 /mcs/tests/test-205.cs
parent396b130290db9830a379f88ad9af682f57be090e (diff)
2004-06-24 Marek Safar <marek.safar@seznam.cz>
* test-205.cs: Removed because become invalid. svn path=/trunk/mcs/; revision=30285
Diffstat (limited to 'mcs/tests/test-205.cs')
-rw-r--r--mcs/tests/test-205.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/mcs/tests/test-205.cs b/mcs/tests/test-205.cs
deleted file mode 100644
index bbd169f1b63..00000000000
--- a/mcs/tests/test-205.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// NOTE: this is invalid, CSC does not compile it.
-//
-namespace Foo
-{
- namespace A.B
- {
- public class D
- {
- public static int Main ()
- {
- // Compilation-only test
- return 0;
- }
- }
- }
-}