Update
[mono.git] / mcs / errors / gcs0246-5.cs
diff --git a/mcs/errors/gcs0246-5.cs b/mcs/errors/gcs0246-5.cs
deleted file mode 100644 (file)
index 5a87378..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// CS8217: Generic type `Stack' takes 1 type parameters, but specified 2.
-// line: 10
-class Stack<T> {
-}
-
-class Test {
-}
-
-class T {
-       Stack<Test,Test> a;
-
-       static void Main()
-       {
-       }
-}