From 74bed118653804e16a897a5991f7cef9b744c1d5 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Thu, 10 Sep 2020 15:24:04 -0400 Subject: [PATCH] Update test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js Co-authored-by: Ujjwal Sharma --- .../constructor/options-granularity-toString-abrupt-throws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js b/test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js index dd4ec06a95..b757d2e228 100644 --- a/test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js +++ b/test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js @@ -17,7 +17,7 @@ info: | features: [Intl.Segmenter, Symbol] ---*/ -var options = { +const options = { granularity: { toString() { throw new Test262Error();