projects
/
icu
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d26cc
)
ICU-8576 Replace a stray printf with errln
author
Peter Edberg
<pedberg@unicode.org>
Wed, 13 Jul 2011 07:28:49 +0000
(07:28 +0000)
committer
Peter Edberg
<pedberg@unicode.org>
Wed, 13 Jul 2011 07:28:49 +0000
(07:28 +0000)
X-SVN-Rev: 30328
icu4c/source/test/intltest/dicttest.cpp
patch
|
blob
|
history
diff --git
a/icu4c/source/test/intltest/dicttest.cpp
b/icu4c/source/test/intltest/dicttest.cpp
index 646084a20d0a8991e24e71ccc6106c7f801e71bc..c985a281bf4e494c074a3e03b72a7cc264deb703 100644
(file)
--- a/
icu4c/source/test/intltest/dicttest.cpp
+++ b/
icu4c/source/test/intltest/dicttest.cpp
@@
-53,7
+53,7
@@
void DictionaryWordTest::TestThaiBreaks() {
b = BreakIterator::createLineInstance(locale, status);
if (U_FAILURE(status)) {
-
printf("Unable to create thai line break iterator.\n
");
+
errln("Unable to create thai line break iterator.
");
return;
}
b->setText(text);