From ae8b1e242bb80b4b3db999e776c46eaa472620c2 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 23 Feb 2015 21:36:42 +1100 Subject: [PATCH] remove illegal left for of test --- test/fixtures/transformation/es6-for-of/illegal-left/actual.js | 3 --- .../transformation/es6-for-of/illegal-left/options.json | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 test/fixtures/transformation/es6-for-of/illegal-left/actual.js delete mode 100644 test/fixtures/transformation/es6-for-of/illegal-left/options.json diff --git a/test/fixtures/transformation/es6-for-of/illegal-left/actual.js b/test/fixtures/transformation/es6-for-of/illegal-left/actual.js deleted file mode 100644 index cf3e981111..0000000000 --- a/test/fixtures/transformation/es6-for-of/illegal-left/actual.js +++ /dev/null @@ -1,3 +0,0 @@ -for (foo.bar of test) { - -} diff --git a/test/fixtures/transformation/es6-for-of/illegal-left/options.json b/test/fixtures/transformation/es6-for-of/illegal-left/options.json deleted file mode 100644 index f8b6d8f50e..0000000000 --- a/test/fixtures/transformation/es6-for-of/illegal-left/options.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "throws": "Unknown node type \"MemberExpression\" in ForStatement" -}