]> Cypherpunks repositories - gostls13.git/commit
testing: rename cmdline flags to avoid conflicts
authorGustavo Niemeyer <gustavo@niemeyer.net>
Fri, 18 Feb 2011 00:17:33 +0000 (16:17 -0800)
committerRob Pike <r@golang.org>
Fri, 18 Feb 2011 00:17:33 +0000 (16:17 -0800)
commit6d9db54be5327617d0c234ae0b0d07c41696c5b0
tree2862c42834e0dbc6b44c63bee99c66a8d73829dd
parent8ba4df2e9a742f89640b03b484e3d0251ba7fbd8
testing: rename cmdline flags to avoid conflicts

Flags defined in the testing package may conflict
with real flags defined in the main package, or in
any other imported package.

This change makes them less likely to be used for
other purposes.

R=r, rsc, r2
CC=golang-dev
https://golang.org/cl/4167055
src/cmd/gotest/doc.go
src/pkg/testing/benchmark.go
src/pkg/testing/testing.go