mirror of
https://github.com/golang/go
synced 2024-11-26 14:26:51 -07:00
testing: fix typo in a comment
Change-Id: I781808327be84113cd55c52bc214b821cd166114 Reviewed-on: https://go-review.googlesource.com/c/go/+/300269 Trust: fannie zhang <Fannie.Zhang@arm.com> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
643d240a11
commit
4d608eb224
@ -388,7 +388,7 @@ type common struct {
|
||||
w io.Writer // For flushToParent.
|
||||
ran bool // Test or benchmark (or one of its subtests) was executed.
|
||||
failed bool // Test or benchmark has failed.
|
||||
skipped bool // Test of benchmark has been skipped.
|
||||
skipped bool // Test or benchmark has been skipped.
|
||||
done bool // Test is finished and all subtests have completed.
|
||||
helperPCs map[uintptr]struct{} // functions to be skipped when writing file/line info
|
||||
helperNames map[string]struct{} // helperPCs converted to function names
|
||||
|
Loading…
Reference in New Issue
Block a user