New tests, updates
[mono.git] / mcs / errors / gcs8033-2.cs
diff --git a/mcs/errors/gcs8033-2.cs b/mcs/errors/gcs8033-2.cs
deleted file mode 100644 (file)
index 73329af..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-// CS8033: Contravariant type parameters can only be used in input positions\r
-// Line: 5\r
-// Compiler options: -langversion:future
-
-delegate T D<in T> ();