mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-22627 Delete obsolete test case letest/api/ScriptTest.
This commit is contained in:
parent
9515e82741
commit
6562a7df85
1 changed files with 0 additions and 8 deletions
|
@ -46,13 +46,6 @@ U_NAMESPACE_USE
|
|||
|
||||
U_CDECL_BEGIN
|
||||
|
||||
static void U_CALLCONV ScriptTest()
|
||||
{
|
||||
if ((int)scriptCodeCount != (int)USCRIPT_CODE_LIMIT) {
|
||||
log_err("ScriptCodes::scriptCodeCount = %d, but UScriptCode::USCRIPT_CODE_LIMIT = %d\n", scriptCodeCount, USCRIPT_CODE_LIMIT);
|
||||
}
|
||||
}
|
||||
|
||||
static void U_CALLCONV ParamTest()
|
||||
{
|
||||
LEErrorCode status = LE_NO_ERROR;
|
||||
|
@ -968,7 +961,6 @@ U_CDECL_END
|
|||
|
||||
static void addAllTests(TestNode **root)
|
||||
{
|
||||
addTest(root, &ScriptTest, "api/ScriptTest");
|
||||
addTest(root, &ParamTest, "api/ParameterTest");
|
||||
addTest(root, &FactoryTest, "api/FactoryTest");
|
||||
addTest(root, &AccessTest, "layout/AccessTest");
|
||||
|
|
Loading…
Add table
Reference in a new issue