]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/issue29563.go
misc/cgo: remove +build lines, add go:build where needed
[gostls13.git] / misc / cgo / test / issue29563.go
index 9f29da4c751ecbcfc3f8fc695ac1b195338a10a5..bbe98bbd48c2650a6416fc7a2ef04c4e8f6f5f34 100644 (file)
@@ -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.