aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/intl402/ch12/12.1/12.1.1_18.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/intl402/ch12/12.1/12.1.1_18.js')
-rw-r--r--test/suite/intl402/ch12/12.1/12.1.1_18.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/suite/intl402/ch12/12.1/12.1.1_18.js b/test/suite/intl402/ch12/12.1/12.1.1_18.js
index e061c0daf..f75ea1e32 100644
--- a/test/suite/intl402/ch12/12.1/12.1.1_18.js
+++ b/test/suite/intl402/ch12/12.1/12.1.1_18.js
@@ -8,5 +8,8 @@
$INCLUDE("testIntl.js");
-testOption(Intl.DateTimeFormat, "hour12", "boolean");
+testOption(Intl.DateTimeFormat, "hour12", "boolean", undefined, undefined,
+ {extra: {any: {hour: "numeric", minute: "numeric"}}});
+testOption(Intl.DateTimeFormat, "hour12", "boolean", undefined, undefined,
+ {noReturn: true});