| Index: third_party/icu38/source/test/cintltst/ncnvtst.c
|
| ===================================================================
|
| --- third_party/icu38/source/test/cintltst/ncnvtst.c (revision 10949)
|
| +++ third_party/icu38/source/test/cintltst/ncnvtst.c (working copy)
|
| @@ -1928,7 +1928,7 @@
|
| #if !UCONFIG_NO_LEGACY_CONVERSION
|
| { "UTF-8", 0, 0xd7ff, 0xe000, 0x10ffff, 0xd800, 0xdfff },
|
| { "windows-1251", 0, 0x7f, 0x410, 0x44f, 0x3000, 0xd7ff },
|
| - { "HZ", 0x410, 0x44f, 0x4e00, 0x4eff, 0xac00, 0xd7ff },
|
| + /* HZ test case fixed and moved to intltest's conversion.txt, ticket #6002 */
|
| { "shift-jis", 0x3041, 0x3093, 0x30a1, 0x30f3, 0x900, 0x1cff }
|
| #else
|
| { "UTF-8", 0, 0xd7ff, 0xe000, 0x10ffff, 0xd800, 0xdfff }
|
|
|