mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 15:04:43 +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({
|
const actual = Intl.NumberFormat({
|
||||||
length: 1,
|
length: 1,
|
||||||
1: 'en-US'
|
0: 'en-US'
|
||||||
}).resolvedOptions();
|
}).resolvedOptions();
|
||||||
const expected = Intl.NumberFormat(['en-US']).resolvedOptions();
|
const expected = Intl.NumberFormat(['en-US']).resolvedOptions();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user