diff --git a/src/cmd/go/test.go b/src/cmd/go/test.go index c1ddb332fa8..ad34ba22ac3 100644 --- a/src/cmd/go/test.go +++ b/src/cmd/go/test.go @@ -518,7 +518,7 @@ func (b *builder) printTest(a *action) error { // notest is the action for testing a package with no test files. func (b *builder) notest(a *action) error { - fmt.Printf("? \t%s [no test files]\n", a.p.ImportPath) + fmt.Printf("? \t%s\t[no test files]\n", a.p.ImportPath) return nil }