diff --git a/test/kangax.js b/test/kangax.js index 4cc0aeb732..d4579e496a 100644 --- a/test/kangax.js +++ b/test/kangax.js @@ -48,7 +48,7 @@ suite("kangax/compat-table", function () { code = transform(code, { filename: key, blacklist: ["strict"], - optional: ["spec.typeofSymbol", "es6.blockScopingTDZ"] + optional: ["es6.symbols", "es6.blockScopingTDZ"] }).code; code = '"use strict";\n' + code; diff --git a/test/traceur.js b/test/traceur.js index 4b2f9be893..148d93a780 100644 --- a/test/traceur.js +++ b/test/traceur.js @@ -90,7 +90,7 @@ require("./_transformation-helper")({ "Syntax/StrictKeywords" ] }, { - optional: ["spec.typeofSymbol"], + optional: ["es6.symbols"], experimental: true }, function (opts, task) { if (!_.contains(task.exec.loc, "module.js")) {