From: Ian Lance Taylor Date: Thu, 5 Feb 2026 23:08:19 +0000 (-0800) Subject: cmd/link: run ELF tests on Solaris X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=65ac2afd4b22fb29aa8cbd6a1d26ad7bb2ceeca4;p=gostls13.git cmd/link: run ELF tests on Solaris Change-Id: If06d5b5f4a491ea80f001d930f3f4a5f22290460 Reviewed-on: https://go-review.googlesource.com/c/go/+/742560 Reviewed-by: Cherry Mui LUCI-TryBot-Result: Go LUCI Auto-Submit: Ian Lance Taylor Reviewed-by: Michael Knyszek --- 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