mirror of https://github.com/tc39/test262.git
Update test case description
This commit is contained in:
parent
490f911ab6
commit
fec7982e09
|
@ -4,7 +4,8 @@
|
||||||
/*---
|
/*---
|
||||||
esid: sec-intl.numberformat.prototype-@@tostringtag
|
esid: sec-intl.numberformat.prototype-@@tostringtag
|
||||||
description: >
|
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');
|
assert.sameValue(Intl.NumberFormat.prototype[Symbol.toStringTag], 'Object');
|
||||||
|
|
Loading…
Reference in New Issue