mirror of https://github.com/tc39/test262.git
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);
|
||||
|
||||
actualLookups.forEach(lookup => assert(expectedLookups.indexOf(lookup) != -1));
|
||||
expectedLookups.forEach(lookup => assert(actualLookups.indexOf(lookup) != -1));
|
||||
|
|
Loading…
Reference in New Issue