ICU-10923 Fixing warning in testdata build file.

This commit is contained in:
Shane Carr 2019-02-06 16:19:48 -08:00 committed by Shane F. Carr
parent 65852f1a74
commit 96556c2d4c

View File

@ -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",