fix bin/6to5 blacklist test

This commit is contained in:
Sebastian McKenzie 2015-01-24 00:03:32 +11:00
parent c118c10a9d
commit bd789ff032

View File

@ -1,3 +1,3 @@
{
"args": ["--blacklist", "arrowFunctions"]
"args": ["--blacklist", "es6.arrowFunctions"]
}