Fix duplicated function name in the Esprima fixtures

This makes `gulp externaltest` work again. It looks like this wasn't
validated before, but is now after recent package updates.
This commit is contained in:
Tim van der Meij 2018-08-25 16:23:20 +02:00
parent fb8695d481
commit c454868be1
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ function f2() {
"1";
"2";
}
function f2() {
function f3() {
if ("1") {
"1";
}

View File

@ -15,7 +15,7 @@ function f2() {
// tail
}
function f2() {
function f3() {
if ("1") { // begin block
"1";
}