X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/48b980fed3435926e0b3a8d72ecb58be703a1c7a..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/test/intltest/currcoll.cpp diff --git a/icuSources/test/intltest/currcoll.cpp b/icuSources/test/intltest/currcoll.cpp index df5a15f8..1a9a3eb9 100644 --- a/icuSources/test/intltest/currcoll.cpp +++ b/icuSources/test/intltest/currcoll.cpp @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2003, International Business Machines Corporation and + * Copyright (c) 1997-2009, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -85,7 +85,7 @@ void CollationCurrencyTest::currencyTest(/*char *par*/) if (U_FAILURE(status)) { - errln ("Collator::createInstance() failed!"); + errcheckln (status, "Collator::createInstance() failed! - %s", u_errorName(status)); return; }