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