From 97a21e4a34557982abe50cc0a27769326f421fde Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 9 Mar 2015 03:38:13 +1100 Subject: [PATCH] update spec.typeofSymbol references to es6.symbols --- test/kangax.js | 2 +- test/traceur.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")) {