tools/go/analysis/passes/tests
Alan Donovan 327a9b56d0 go/analysis/passes/tests: add testcase from vet
vet's "divergent" testdata package exercises various mistakes
in naming Example functions.

vet's "incomplete" testdata package has been deleted because
it is no longer applicable. It was intended to ensure that a
x_test.go file specified on its own would not trigger false
positives without the corresponding x.go files, but the
new Analysis API always analysis complete packages.

Change-Id: I1a40ead340c806b571302fdaa537f481514b0c22
Reviewed-on: https://go-review.googlesource.com/c/143300
Reviewed-by: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
2018-10-19 16:56:12 +00:00
..
testdata/src go/analysis/passes/tests: add testcase from vet 2018-10-19 16:56:12 +00:00
tests.go go/analysis/passes: add doc and copyright comments 2018-10-16 20:28:15 +00:00
tests_test.go go/analysis/passes/tests: add testcase from vet 2018-10-19 16:56:12 +00:00