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.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/cgo/test/issue29563.go b/misc/cgo/test/issue29563.go
index 9f29da4c75..bbe98bbd48 100644
--- a/misc/cgo/test/issue29563.go
+++ b/misc/cgo/test/issue29563.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !windows
-// +build !windows
// Issue 29563: internal linker fails on duplicate weak symbols.
// No runtime test; just make sure it compiles.