X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/test/intltest/icusvtst.h?ds=sidebyside diff --git a/icuSources/test/intltest/icusvtst.h b/icuSources/test/intltest/icusvtst.h index d02fa8f0..67d6dd07 100644 --- a/icuSources/test/intltest/icusvtst.h +++ b/icuSources/test/intltest/icusvtst.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /** ******************************************************************************* - * Copyright (C) 2001-2002, International Business Machines Corporation and * + * Copyright (C) 2001-2003, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* * @@ -50,7 +52,7 @@ class ICUServiceTest : public IntlTest void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE); void logstr(const UnicodeString& message, UObject* obj) { - msgstr(message, obj, FALSE); + msgstr(message, obj, FALSE); } };