diff --git a/test/intl402/Segmenter/constructor/constructor/options-localeMatcher-toString-abrupt-throws.js b/test/intl402/Segmenter/constructor/constructor/options-localeMatcher-toString-abrupt-throws.js index bde281d7ef..1ee12153ac 100644 --- a/test/intl402/Segmenter/constructor/constructor/options-localeMatcher-toString-abrupt-throws.js +++ b/test/intl402/Segmenter/constructor/constructor/options-localeMatcher-toString-abrupt-throws.js @@ -25,7 +25,7 @@ info: | features: [Intl.Segmenter, Symbol] ---*/ -var options = { +const options = { localeMatcher: { toString() { throw new Test262Error();