mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
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…
x
Reference in New Issue
Block a user