mirror of https://github.com/tc39/test262.git
intl: fix mistyped test for array-like objects
This commit is contained in:
parent
21f6a86a6d
commit
9dc33cc5b4
|
@ -10,7 +10,7 @@ description: >
|
|||
|
||||
const actual = Intl.NumberFormat({
|
||||
length: 1,
|
||||
1: 'en-US'
|
||||
0: 'en-US'
|
||||
}).resolvedOptions();
|
||||
const expected = Intl.NumberFormat(['en-US']).resolvedOptions();
|
||||
|
||||
|
|
Loading…
Reference in New Issue