summaryrefslogtreecommitdiff
path: root/test/suite/intl402/ch10/10.1/10.1.1_10.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/intl402/ch10/10.1/10.1.1_10.js')
-rw-r--r--test/suite/intl402/ch10/10.1/10.1.1_10.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/intl402/ch10/10.1/10.1.1_10.js b/test/suite/intl402/ch10/10.1/10.1.1_10.js
index dd4981264..5c6b657b5 100644
--- a/test/suite/intl402/ch10/10.1/10.1.1_10.js
+++ b/test/suite/intl402/ch10/10.1/10.1.1_10.js
@@ -9,7 +9,7 @@
$INCLUDE("testIntl.js");
-taintProperties(["localeMatcher", "kn", "kk", "kf"]);
+taintProperties(["localeMatcher", "kn", "kf"]);
var locale = new Intl.Collator(undefined, {localeMatcher: "lookup"}).resolvedOptions().locale;
if (!isCanonicalizedStructurallyValidLanguageTag(locale)) {