]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/issue4029.go
misc/cgo: remove +build lines, add go:build where needed
[gostls13.git] / misc / cgo / test / issue4029.go
index 90ca08cbfb7da8b17d4b128aaf471a8dd546772f..686b7679f33a1bc14803a365406a1ffa8f370ee6 100644 (file)
@@ -3,9 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows && !static && (!darwin || (!internal_pie && !arm64))
-// +build !windows
-// +build !static
-// +build !darwin !internal_pie,!arm64
 
 // Excluded in darwin internal linking PIE mode, as dynamic export is not
 // supported.