From: Shane Carr Date: Thu, 7 Feb 2019 00:19:48 +0000 (-0800) Subject: ICU-10923 Fixing warning in testdata build file. X-Git-Tag: release-64-rc~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96556c2d4cf8a53bc21bfb63fa8a88d03959e285;p=icu ICU-10923 Fixing warning in testdata build file. --- diff --git a/icu4c/source/test/testdata/BUILDRULES.py b/icu4c/source/test/testdata/BUILDRULES.py index 4eb3ca3ff9a..99dc99352ba 100644 --- a/icu4c/source/test/testdata/BUILDRULES.py +++ b/icu4c/source/test/testdata/BUILDRULES.py @@ -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",