diff --git a/test/intl402/NumberFormat/prototype/toStringTag/configurable.js b/test/intl402/NumberFormat/prototype/toStringTag/configurable.js index 052662db2b359ad0e7a10f12c4dfa57194fa7229..0e022fb2b200a7ded5a22d7a67c034d0759f321f 100644 --- a/test/intl402/NumberFormat/prototype/toStringTag/configurable.js +++ b/test/intl402/NumberFormat/prototype/toStringTag/configurable.js @@ -4,7 +4,8 @@ /*--- esid: sec-intl.numberformat.prototype-@@tostringtag description: > - Initial value of Intl.NumberFormat.prototype[@@toStringTag] is "Object". + Check that the initial value of the property is "Object" and that any changes + made by reconfiguring are reflected. ---*/ assert.sameValue(Intl.NumberFormat.prototype[Symbol.toStringTag], 'Object');