Flush (work in progress)
[mono.git] / mcs / errors / gcs0304.cs
index d9f3591c16cc19be663565206f0d5735f24046b7..2760b2ca53d237d7d0c371aa68710b8449fffaa5 100644 (file)
@@ -1,5 +1,5 @@
-// CS0304: Cannot create an instance of the variable type 'T' because it doesn't have the new() constraint
-// Line: 9
+// CS0304: Cannot create an instance of the variable type `T' because it does not have the new() constraint
+// Line: 8
 
 public class Foo<T>
 {