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

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

View File

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