Skip to content

Commit

Permalink
update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed May 10, 2020
1 parent 52244f2 commit 33bb17c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _testdata/staticcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ package testdata

import (
"errors"
"regexp"
)

func unused() {
regexp.Compile(".+")

if errors.New("abc") == errors.New("abc") {
// test SA4000
}
Expand Down

0 comments on commit 33bb17c

Please sign in to comment.