Fix invalid test constraint
[mono.git] / mcs / errors / gcs0310-3.cs
index c7ae022d7c21ab634a9827367595fc4ee1b2a454..472a74c441a1b0e38bfff324456b487533c4ddc5 100644 (file)
@@ -1,4 +1,4 @@
-// CS0310: The type 'A' must have a public parameterless constructor in order to use it as parameter 'T' in the generic type or method 'Foo<T>'
+// CS0310: The type `A' must have a public parameterless constructor in order to use it as parameter `T' in the generic type or method `Foo<T>'
 // Line: 18
 
 public class Foo<T>