Add tests
[mono.git] / mcs / class / corlib / System.IO / StringWriter.cs
index ed7f1f2f062a28e3a9b40a222b407913f00cfc55..da1219aba5c9d66ad2a2359cf866783d77a27555 100644 (file)
@@ -37,7 +37,7 @@ using System.Text;
 namespace System.IO {\r
 
        [Serializable]\r
-       [MonoTODO ("Fix serialization compatibility with MS.NET")]\r
+       [MonoTODO ("Serialization format not compatible with .NET")]\r
        public class StringWriter : TextWriter {\r
                 \r
                 private StringBuilder internalString;\r