Fix broken test

Starting from
https://github.com/6to5/acorn-6to5/commit/40350cafb8d2c66cad7864e04792e9
046734c633 this shorthand also part of call expression
This commit is contained in:
Sasha Koss 2015-01-13 18:15:16 +05:30
parent 735c7614ed
commit 3ae0f24344

View File

@ -54,7 +54,7 @@ test("@foo();", {
},
"property": {
"type": "CallExpression",
"start": 1,
"start": 0,
"end": 6,
"callee": {
"type": "Identifier",