Skip to content

Commit

Permalink
update test for changed line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipp committed Jul 17, 2021
1 parent 7537a3d commit af52b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyze_test.go
Expand Up @@ -23,9 +23,9 @@ func TestAnalyze(t *testing.T) {
},
{
[]string{"testdata/loops.go"},
`4 testdata l4 testdata/loops.go:19:1
`4 testdata l4 testdata/loops.go:20:1
3 testdata l3 testdata/loops.go:8:1
2 testdata l2range testdata/loops.go:14:1
2 testdata l2range testdata/loops.go:15:1
2 testdata l2 testdata/loops.go:3:1`,
},
{
Expand Down

0 comments on commit af52b96

Please sign in to comment.