mirror of https://github.com/tc39/test262.git
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:
parent
74bed11865
commit
cce13c4c24
|
@ -25,7 +25,7 @@ info: |
|
||||||
features: [Intl.Segmenter, Symbol]
|
features: [Intl.Segmenter, Symbol]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var options = {
|
const options = {
|
||||||
localeMatcher: {
|
localeMatcher: {
|
||||||
toString() {
|
toString() {
|
||||||
throw new Test262Error();
|
throw new Test262Error();
|
||||||
|
|
Loading…
Reference in New Issue