testing.chattyPrinter.lastName (field)

6 uses

	testing (current package)
		testing.go#L341: 	lastName   string     // last printed test name in chatty mode
		testing.go#L359: 	p.lastName = testName
		testing.go#L369: 	if p.lastName == "" {
		testing.go#L370: 		p.lastName = testName
		testing.go#L371: 	} else if p.lastName != testName {
		testing.go#L373: 		p.lastName = testName