aboutsummaryrefslogtreecommitdiff
path: root/src/os/user/cgo_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/user/cgo_unix_test.go')
-rw-r--r--src/os/user/cgo_unix_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os/user/cgo_unix_test.go b/src/os/user/cgo_unix_test.go
index 9ec32b3a78..6d16aa20b3 100644
--- a/src/os/user/cgo_unix_test.go
+++ b/src/os/user/cgo_unix_test.go
@@ -3,9 +3,6 @@
// license that can be found in the LICENSE file.
//go:build (darwin || dragonfly || freebsd || (!android && linux) || netbsd || openbsd || solaris) && cgo && !osusergo
-// +build darwin dragonfly freebsd !android,linux netbsd openbsd solaris
-// +build cgo
-// +build !osusergo
package user