ICU-10923 Fixing warning in testdata build file.
This commit is contained in:
parent
65852f1a74
commit
96556c2d4c
10
icu4c/source/test/testdata/BUILDRULES.py
vendored
10
icu4c/source/test/testdata/BUILDRULES.py
vendored
@ -77,16 +77,6 @@ def generate_rb(config, glob, common_vars):
|
||||
args = "-s {IN_DIR} -eUTF-16BE -d {OUT_DIR} {INPUT_FILES[0]}",
|
||||
format_with = {}
|
||||
),
|
||||
SingleExecutionRequest(
|
||||
name = "idna_rules",
|
||||
category = "tests",
|
||||
dep_files = [],
|
||||
input_files = [InFile("idna_rules.txt")],
|
||||
output_files = [OutFile("idna_rules.res")],
|
||||
tool = IcuTool("genrb"),
|
||||
args = "-s {IN_DIR} -d {OUT_DIR} {INPUT_FILES[0]}",
|
||||
format_with = {}
|
||||
),
|
||||
SingleExecutionRequest(
|
||||
name = "zoneinfo64",
|
||||
category = "tests",
|
||||
|
Loading…
Reference in New Issue
Block a user