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:
Diffstat (limited to 'mcs/tests/test-489.cs')
-rw-r--r--mcs/tests/test-489.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/mcs/tests/test-489.cs b/mcs/tests/test-489.cs
deleted file mode 100644
index 1f36b80aec3..00000000000
--- a/mcs/tests/test-489.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-// Compiler options: -r:FULL=System.dll
-
-extern alias FULL;
-using System;
-using NameValueCollection =
-FULL::System.Collections.Specialized.NameValueCollection;
-
-public class test
-{
- static void Main () { }
-}