Merge remote-tracking branch 'upstream/master' into init_auto
[nit.git] / tests / sav / nitpretty_args52.res
index 33a3bfe..85f8367 100644 (file)
@@ -71,8 +71,8 @@ extern class TimeT `{time_t`}
 
        fun update `{ time(&self); `}
 
-       fun ctime: String import NativeString.to_s_with_copy `{
-               return NativeString_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)