mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
testing: Fix comment typo
R=iant, rsc CC=golang-dev https://golang.org/cl/204068
This commit is contained in:
parent
d5841cac45
commit
abe6a5b0f7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
// It is intended to be used in concert with the ``gotest'' utility, which automates
|
||||
// execution of any function of the form
|
||||
// func TestXxx(*testing.T)
|
||||
// where Xxx can by any alphanumeric string (but the first letter must not be in
|
||||
// where Xxx can be any alphanumeric string (but the first letter must not be in
|
||||
// [a-z]) and serves to identify the test routine.
|
||||
// These TestXxx routines should be declared within the package they are testing.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue