mirror of
https://github.com/golang/go
synced 2024-11-25 08:57:58 -07:00
go test: align "no test files" message
R=rsc CC=golang-dev https://golang.org/cl/5533070
This commit is contained in:
parent
276f177b9c
commit
b8f76764cb
@ -518,7 +518,7 @@ func (b *builder) printTest(a *action) error {
|
|||||||
|
|
||||||
// notest is the action for testing a package with no test files.
|
// notest is the action for testing a package with no test files.
|
||||||
func (b *builder) notest(a *action) error {
|
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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user