Skip to content

Commit

Permalink
test: Fix syntax error in misc_naming_recursion test (#5529)
Browse files Browse the repository at this point in the history
I don't see anything in #2615 indicating that this syntax error was
intentional. The test still passes after this change.
  • Loading branch information
nmote committed Jun 15, 2022
1 parent a9dd183 commit ba145dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semgrep-core/tests/ts/misc_naming_recursion.ts
Expand Up @@ -8,7 +8,7 @@ export function foobar(
) {

//ERROR: match
m return Array(number)
return Array(number)
//ERROR: match
.fill(true)
//ERROR: match
Expand Down

0 comments on commit ba145dd

Please sign in to comment.