mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-5032 Fix a typo from the last checkin
X-SVN-Rev: 19469
This commit is contained in:
parent
dbe243b118
commit
88420fdecf
1 changed files with 1 additions and 0 deletions
|
@ -948,6 +948,7 @@ void CharIterTest::TestUCharIterator() {
|
|||
if (status != U_UNSUPPORTED_ERROR) {
|
||||
errln("error: uiter_setState returned %s instead of U_UNSUPPORTED_ERROR", u_errorName(status));
|
||||
}
|
||||
status = U_ZERO_ERROR;
|
||||
uiter_setState(NULL, 1, &status);
|
||||
if (status != U_ILLEGAL_ARGUMENT_ERROR) {
|
||||
errln("error: uiter_setState returned %s instead of U_ILLEGAL_ARGUMENT_ERROR", u_errorName(status));
|
||||
|
|
Loading…
Add table
Reference in a new issue