The flag was removed in CL 416094.
Fixes #76850
Change-Id: Ia219b4d2d8391f08487b4ff1bbec43766a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/730721
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
//
// -o file
// Save a copy of the test binary to the named file.
-// The test still runs (unless -c or -i is specified).
+// The test still runs (unless -c is specified).
// If file ends in a slash or names an existing directory,
// the test is written to pkg.test in that directory.
//
-o file
Save a copy of the test binary to the named file.
- The test still runs (unless -c or -i is specified).
+ The test still runs (unless -c is specified).
If file ends in a slash or names an existing directory,
the test is written to pkg.test in that directory.