aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test/issue29563.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/test/issue29563.go')
-rw-r--r--misc/cgo/test/issue29563.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/test/issue29563.go b/misc/cgo/test/issue29563.go
index bbe98bbd48..800b5461af 100644
--- a/misc/cgo/test/issue29563.go
+++ b/misc/cgo/test/issue29563.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 !windows
+//go:build cgo && !windows
// Issue 29563: internal linker fails on duplicate weak symbols.
// No runtime test; just make sure it compiles.