From 65ac2afd4b22fb29aa8cbd6a1d26ad7bb2ceeca4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 5 Feb 2026 15:08:19 -0800 Subject: [PATCH] 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 --- src/cmd/link/elf_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.52.0