Update test case description

This commit is contained in:
Ujjwal Sharma 2018-09-18 03:27:46 +05:30 committed by Rick Waldron
parent 490f911ab6
commit fec7982e09
1 changed files with 2 additions and 1 deletions

View File

@ -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');