mirror of
https://github.com/tc39/test262.git
synced 2025-07-29 17:04:31 +02:00
intl: fix dicey test case
This commit is contained in:
parent
5896ba49be
commit
f8e0bf6751
@ -38,4 +38,4 @@ const proxyLocales = new Proxy(locales, handlers);
|
|||||||
|
|
||||||
const nf = new Intl.NumberFormat(proxyLocales);
|
const nf = new Intl.NumberFormat(proxyLocales);
|
||||||
|
|
||||||
actualLookups.forEach(lookup => assert(expectedLookups.indexOf(lookup) != -1));
|
expectedLookups.forEach(lookup => assert(actualLookups.indexOf(lookup) != -1));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user