]> Cypherpunks repositories - gostls13.git/commit
testing: fix testing docs
authortaisa <g5.taisa831@gmail.com>
Wed, 4 Dec 2019 08:31:59 +0000 (17:31 +0900)
committerIan Lance Taylor <iant@golang.org>
Thu, 5 Dec 2019 03:44:34 +0000 (03:44 +0000)
commit7bdef2dfa4fe7d4d424d5601973b07d42ffc869b
tree33cce65c845f0e24b54ee67f3ba5963542772684
parent9a8b497240b7e77a81b1914adfbccb15a76d2c33
testing: fix testing docs

The Perm function return 0 or 1 or 2 or 3. 4 is not returned,
so that changed the argument to 5.

Change-Id: Ic980c71a9f29f522bdeef4fce70a6c2dd136d791
Reviewed-on: https://go-review.googlesource.com/c/go/+/209777
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/testing/testing.go