mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2787 enable assert
X-SVN-Rev: 11819
This commit is contained in:
parent
232bc47257
commit
5be3104f22
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ Transliterator* Transliterator::createInstance(const UnicodeString& ID,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
// assert(list.size() > 0);
|
||||
U_ASSERT(list.size() > 0);
|
||||
Transliterator* t = NULL;
|
||||
switch (list.size()) {
|
||||
case 1:
|
||||
|
|
Loading…
Add table
Reference in a new issue