Update test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js

Co-authored-by: Ujjwal Sharma <ryzokuken@disroot.org>
This commit is contained in:
Rick Waldron 2020-09-10 15:24:04 -04:00
parent 7a4a637574
commit 74bed11865
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ info: |
features: [Intl.Segmenter, Symbol]
---*/
var options = {
const options = {
granularity: {
toString() {
throw new Test262Error();