]> Cypherpunks repositories - gostls13.git/commit
testing/quick: simplify explanation of -quickchecks flag
authorRob Pike <r@golang.org>
Thu, 18 Apr 2019 21:08:37 +0000 (07:08 +1000)
committerRob Pike <r@golang.org>
Thu, 18 Apr 2019 21:21:21 +0000 (21:21 +0000)
commit02bd0fd39cb6ffd840901ea751a61047ccad47cb
treeea1f42078f373fe845430440094a2e137454a113
parent825ff1e3171a97fba1f29473d0be484ebfdc08b4
testing/quick: simplify explanation of -quickchecks flag

CL 172698 documented this flag but the description was missing
punctuation and could be clearer.

Change-Id: I310d91ae8c6b947ce7d1ae7559882f49778f770a
Reviewed-on: https://go-review.googlesource.com/c/go/+/172817
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/testing/quick/quick.go