cmd/go: remove reference to no longer existing -i flag

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>
This commit is contained in:
matloob 2025-12-17 11:30:52 -05:00 committed by Michael Matloob
parent eecdb61eeb
commit 8564fede89
2 changed files with 2 additions and 2 deletions

View File

@ -1954,7 +1954,7 @@
//
// -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.
//

View File

@ -163,7 +163,7 @@ In addition to the build flags, the flags handled by 'go test' itself are:
-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.