diff options
Diffstat (limited to 'src/cmd/vet/testdata/testingpkg/tests_test.go')
-rw-r--r-- | src/cmd/vet/testdata/testingpkg/tests_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/vet/testdata/testingpkg/tests_test.go b/src/cmd/vet/testdata/testingpkg/tests_test.go new file mode 100644 index 0000000..09bb98d --- /dev/null +++ b/src/cmd/vet/testdata/testingpkg/tests_test.go @@ -0,0 +1,3 @@ +package testdata + +func Example_BadSuffix() {} // ERROR "Example_BadSuffix has malformed example suffix: BadSuffix" |