diff options
| author | Ian Lance Taylor <iant@golang.org> | 2026-02-05 15:08:19 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-02-06 15:39:59 -0800 |
| commit | 65ac2afd4b22fb29aa8cbd6a1d26ad7bb2ceeca4 (patch) | |
| tree | cdf80f7353e78eecc7bf57f7d59587be03ab9dfd /src/cmd | |
| parent | fb45b084c82d7d863edff5e3ccf2f302056cd8e6 (diff) | |
| download | go-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/cmd')
| -rw-r--r-- | src/cmd/link/elf_test.go | 2 |
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 |
