]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/issue6997_linux.go
misc/cgo: remove +build lines, add go:build where needed
[gostls13.git] / misc / cgo / test / issue6997_linux.go
index 4acc8c1a07062710cb33075dc5730d5d67e695bf..1de5edda045d6b131ff14d37ffa7783c0fa65de1 100644 (file)
@@ -3,7 +3,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build !android
-// +build !android
 
 // Test that pthread_cancel works as expected
 // (NPTL uses SIGRTMIN to implement thread cancellation)