diff --git a/test/intl402/NumberFormat/prototype/formatRange/x-greater-than-y-throws.js b/test/intl402/NumberFormat/prototype/formatRange/x-greater-than-y-throws.js index 9b192d4bd3..45ccd67d84 100644 --- a/test/intl402/NumberFormat/prototype/formatRange/x-greater-than-y-throws.js +++ b/test/intl402/NumberFormat/prototype/formatRange/x-greater-than-y-throws.js @@ -18,7 +18,7 @@ info: | (...) 1.1.21_4.a if y is a mathematical value and y < 0, throw a RangeError exception. 1.1.21_4.b if y is -∞, throw a RangeError exception. - features: [Intl.NumberFormat-v3] +features: [Intl.NumberFormat-v3] ---*/ const nf = new Intl.NumberFormat();