aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2026-02-05 15:08:19 -0800
committerGopher Robot <gobot@golang.org>2026-02-06 15:39:59 -0800
commit65ac2afd4b22fb29aa8cbd6a1d26ad7bb2ceeca4 (patch)
treecdf80f7353e78eecc7bf57f7d59587be03ab9dfd /src
parentfb45b084c82d7d863edff5e3ccf2f302056cd8e6 (diff)
downloadgo-65ac2afd4b22fb29aa8cbd6a1d26ad7bb2ceeca4.tar.xz
cmd/link: run ELF tests on Solaris
Change-Id: If06d5b5f4a491ea80f001d930f3f4a5f22290460 Reviewed-on: https://go-review.googlesource.com/c/go/+/742560 Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/cmd/link/elf_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/link/elf_test.go b/src/cmd/link/elf_test.go
index adf255a7e3..9b06d71cda 100644
--- a/src/cmd/link/elf_test.go
+++ b/src/cmd/link/elf_test.go
@@ -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 dragonfly || freebsd || linux || netbsd || openbsd
+//go:build dragonfly || freebsd || linux || netbsd || openbsd || solaris
package main