mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-28 14:17:17 +00:00
12 lines
186 B
Go
12 lines
186 B
Go
|
package shadowpredecl
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"golang.org/x/tools/go/analysis/analysistest"
|
||
|
)
|
||
|
|
||
|
func TestAnalyzer(t *testing.T) {
|
||
|
analysistest.Run(t, analysistest.TestData(), Analyzer)
|
||
|
}
|