Bump test262-stream and update test262 tests (#8139)

This commit is contained in:
Brian Ng
2018-06-10 03:55:40 -05:00
committed by Nicolò Ribaudo
parent 3de053cc6c
commit ab928713af
5 changed files with 5 additions and 12 deletions

View File

@@ -30,7 +30,6 @@ function getPlugins(features) {
exports.getTests = function(testDir) {
const stream = new TestStream(testDir, {
omitRuntime: true,
acceptVersion: "3.0.0",
});
const tests = [];