Commit b8f76764 authored by Robert Griesemer's avatar Robert Griesemer

go test: align "no test files" message

R=rsc
CC=golang-dev
https://golang.org/cl/5533070
parent 276f177b
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment