Update
[mono.git] / mcs / errors / gcs0309-5.cs
index 8cbdfb3f43bd5b5c6bd00bee5c0808201e31f7f2..7531ba59a044f3b10f11aae0892cc4663cfff36a 100644 (file)
@@ -1,5 +1,6 @@
-// CS0309: The type `System.Int32' must be convertible to `System.EventArgs' in order to use it as parameter `T' in the generic type or method `System.EventHandler`1<T>'
+// CS0309: The type `int' must be convertible to `System.EventArgs' in order to use it as parameter `T' in the generic type or method `System.EventHandler<TEventArgs>'
 // Line: 5
+
 class X {
        System.EventHandler <int> x;
        static void Main () {}