]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/sigaltstack.go
misc/cgo: remove +build lines, add go:build where needed
[gostls13.git] / misc / cgo / test / sigaltstack.go
index 6b371897a73471812c674d44c13d07fcc738c8ed..d468cf82511cfe75b5534d61ef72707bea91aa98 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !windows && !android
-// +build !windows,!android
 
 // Test that the Go runtime still works if C code changes the signal stack.