From bd789ff03254813d5611a8d2eb6a02fb84fda97a Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 24 Jan 2015 00:03:32 +1100 Subject: [PATCH] fix bin/6to5 blacklist test --- test/fixtures/bin/6to5/--blacklist/options.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/bin/6to5/--blacklist/options.json b/test/fixtures/bin/6to5/--blacklist/options.json index 2a2e8ffde1..504eb17f7e 100644 --- a/test/fixtures/bin/6to5/--blacklist/options.json +++ b/test/fixtures/bin/6to5/--blacklist/options.json @@ -1,3 +1,3 @@ { - "args": ["--blacklist", "arrowFunctions"] + "args": ["--blacklist", "es6.arrowFunctions"] }