testing.chattyPrinter.w (field)

6 uses

	testing (current package)
		testing.go#L339: 	w          io.Writer
		testing.go#L345: 	return &chattyPrinter{w: w}
		testing.go#L360: 	fmt.Fprintf(p.w, format, args...)
		testing.go#L372: 		fmt.Fprintf(p.w, "=== CONT  %s\n", testName)
		testing.go#L376: 	fmt.Fprintf(p.w, format, args...)
		testing.go#L582: 	if c.chatty != nil && p.w == c.chatty.w {