Gopher Robot submitted the change with unreviewed changes![Open in Gerrit]()
Unreviewed changes
4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/cmd/link/internal/ld/elf_test.go
Insertions: 1, Deletions: 1.
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build cgo && (dragonfly || freebsd || linux || netbsd || openbsd)
+//go:build cgo && (dragonfly || freebsd || linux || netbsd || openbsd || solaris)
package ld
```
Change information
Commit message:
cmd/link: only run ELF tests on ELF systems
Running these tests on other systems is a pointless waste of time.
This runs cmd/link/internal/ld/elf_test.go in the same cases that
we run cmd/link/elf_test.go.
Change-Id: I318fb5c2de9e4cfdb976bc2389c72cede6661b47
Files:
- M src/cmd/link/internal/ld/elf_test.go
Change size: S
Delta: 1 file changed, 5 insertions(+), 5 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Cherry Mui, +1 by Michael Knyszek
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI
Open in Gerrit
Gerrit-MessageType: merged
Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: I318fb5c2de9e4cfdb976bc2389c72cede6661b47
Gerrit-Change-Number: 740782
Gerrit-PatchSet: 6