From 0e2d7fa9419eb0db3d7679e801ed9c8afd29af5f Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 2 Feb 2015 10:50:29 +1100 Subject: [PATCH] remove throw expectation on undefiend this tests --- .../use-strict/undefined-this-arrow-function/options.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/fixtures/transformation/use-strict/undefined-this-arrow-function/options.json diff --git a/test/fixtures/transformation/use-strict/undefined-this-arrow-function/options.json b/test/fixtures/transformation/use-strict/undefined-this-arrow-function/options.json deleted file mode 100644 index 3137168db6..0000000000 --- a/test/fixtures/transformation/use-strict/undefined-this-arrow-function/options.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "throws": "Top level `this` is `undefined` in strict mode" -}