mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: simplify the spelling of Linux
The prefix didn't help clarify anything. Change-Id: I897fd4022ce9df42a548b15714e4b592618ca547 Reviewed-on: https://go-review.googlesource.com/c/go/+/309573 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Filippo Valsorda <filippo@golang.org>
This commit is contained in:
parent
3e5bba0a44
commit
13a4e8c41c
8 changed files with 10 additions and 10 deletions
|
|
@ -775,7 +775,7 @@ func TestSIGPROF(t *testing.T) {
|
|||
// tool with -buildmode=c-archive, it passes -shared to the compiler,
|
||||
// so we override that. The go tool doesn't work this way, but Bazel
|
||||
// will likely do it in the future. And it ought to work. This test
|
||||
// was added because at one time it did not work on PPC GNU/Linux.
|
||||
// was added because at one time it did not work on PPC Linux.
|
||||
func TestCompileWithoutShared(t *testing.T) {
|
||||
// For simplicity, reuse the signal forwarding test.
|
||||
checkSignalForwardingTest(t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue