Flush (work in progress)
[mono.git] / mcs / errors / gcs0309-5.cs
diff --git a/mcs/errors/gcs0309-5.cs b/mcs/errors/gcs0309-5.cs
deleted file mode 100644 (file)
index 96100ee..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// CS0309: The type `int' must be convertible to `System.EventArgs' in order to use it as parameter `TEventArgs' in the generic type or method `System.EventHandler<TEventArgs>'
-// Line: 5
-
-class X {
-       System.EventHandler <int> x;
-       static void Main () {}
-}
-
-