summaryrefslogtreecommitdiff
path: root/test/suite/intl402/ch10/10.1/10.1.1_13.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/intl402/ch10/10.1/10.1.1_13.js')
-rw-r--r--test/suite/intl402/ch10/10.1/10.1.1_13.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/suite/intl402/ch10/10.1/10.1.1_13.js b/test/suite/intl402/ch10/10.1/10.1.1_13.js
index b0f1bbc8e..4129eebd2 100644
--- a/test/suite/intl402/ch10/10.1/10.1.1_13.js
+++ b/test/suite/intl402/ch10/10.1/10.1.1_13.js
@@ -2,13 +2,12 @@
// This code is governed by the BSD license found in the LICENSE file.
/**
- * @description Tests that the options numeric, normalization, and caseFirst are processed correctly.
+ * @description Tests that the options numeric and caseFirst are processed correctly.
* @author Norbert Lindenberg
*/
$INCLUDE("testIntl.js");
testOption(Intl.Collator, "numeric", "boolean", undefined, undefined, {isOptional: true});
-testOption(Intl.Collator, "normalization", "boolean", undefined, undefined, {isOptional: true});
testOption(Intl.Collator, "caseFirst", "string", ["upper", "lower", "false"], undefined, {isOptional: true});