Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #250 from danez/patch-1
Browse files Browse the repository at this point in the history
Testcase for #239
  • Loading branch information
hzoo committed Feb 2, 2016
2 parents 413b80e + c71392e commit f399c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/non-regression.js
Expand Up @@ -1348,7 +1348,7 @@ describe("verify", function () {
" bar({ foo }: Foo) { foo; }",
"}"
].join("\n"),
{ "no-unused-vars": 1 },
{ "no-unused-vars": 1, "no-shadow": 1 },
[]
);
});
Expand Down

0 comments on commit f399c89

Please sign in to comment.