X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/nitpretty_args52.res b/tests/sav/nitpretty_args52.res index 9a17fac..85f8367 100644 --- a/tests/sav/nitpretty_args52.res +++ b/tests/sav/nitpretty_args52.res @@ -13,8 +13,8 @@ # limitations under the License. import end -intrude import standard::kernel -private import standard::string +intrude import core::kernel +private import core::text `{`} @@ -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)