diff --git a/config/base_test.go b/config/base_test.go index 7509d591..35f792c5 100644 --- a/config/base_test.go +++ b/config/base_test.go @@ -7,6 +7,7 @@ import ( ) // Hook up gocheck into the "go test" runner. +// test comment func Test(t *testing.T) { TestingT(t) } type MySuite struct{}