*: update all clients of the `CString::to_s` services
[nit.git] / tests / sav / nitpretty_args52.res
index 94f2a3a..85f8367 100644 (file)
@@ -71,8 +71,8 @@ extern class TimeT `{time_t`}
 
        fun update `{ time(&self); `}
 
-       fun ctime: String import CString.to_s_with_copy `{
-               return CString_to_s_with_copy( ctime(&self) );
+       fun ctime: String import CString.to_s `{
+               return CString_to_s( ctime(&self) );
        `}
 
        # Difference in secondes from start (self if the end time)