Test262 update (#692)
This commit is contained in:
committed by
Brian Ng
parent
be0fe1c6b6
commit
5df1139567
@@ -81,7 +81,7 @@ Promise.all([utils.getTests(testDir), utils.getWhitelist(whitelistFile)])
|
||||
badnewsDetails.push(desc + ":");
|
||||
badnewsDetails.push(
|
||||
...tests.map(function(test) {
|
||||
return test.id;
|
||||
return test.id || test;
|
||||
})
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user