new tests + fixes
[mono.git] / mcs / errors / gcs0309-3.cs
index 2a5bc1223cc56c8ae5c31c39ddb34973f09f3b8e..cbac2327327de32ca99afbe1cf1ef64d3b3102fe 100644 (file)
@@ -1,5 +1,4 @@
-// CS0309: The type 'B' must be convertible to 'A' in order to use it
-// as parameter 'T' in the generic type or method 'Foo<T>'
+// CS0309: The type 'B' must be convertible to 'A' in order to use it as parameter 'T' in the generic type or method 'Foo<T>'
 // Line: 35
 using System;