summaryrefslogtreecommitdiff
path: root/test/suite/intl402/ch10/10.1/10.1.1_19_c.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/intl402/ch10/10.1/10.1.1_19_c.js')
-rw-r--r--test/suite/intl402/ch10/10.1/10.1.1_19_c.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/suite/intl402/ch10/10.1/10.1.1_19_c.js b/test/suite/intl402/ch10/10.1/10.1.1_19_c.js
index 577ef5600..4ad76d45b 100644
--- a/test/suite/intl402/ch10/10.1/10.1.1_19_c.js
+++ b/test/suite/intl402/ch10/10.1/10.1.1_19_c.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/**
- * @description Tests that the options numeric, normalization, and caseFirst can be
+ * @description Tests that the options numeric and caseFirst can be
* set through either the locale or the options.
* @author Norbert Lindenberg
*/
@@ -11,7 +11,6 @@ $INCLUDE("testIntl.js");
var options = [
{key: "kn", property: "numeric", type: "boolean", values: [true, false]},
- {key: "kk", property: "normalization", type: "boolean", values: [true, false]},
{key: "kf", property: "caseFirst", type: "string", values: ["upper", "lower", "false"]}
];