summaryrefslogtreecommitdiff
path: root/misc/cgo/test/cgo_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/test/cgo_unix_test.go')
-rw-r--r--misc/cgo/test/cgo_unix_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/test/cgo_unix_test.go b/misc/cgo/test/cgo_unix_test.go
index e6d6ee54b4..5c1f9b7e40 100644
--- a/misc/cgo/test/cgo_unix_test.go
+++ b/misc/cgo/test/cgo_unix_test.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build !windows
+//go:build cgo && !windows
package cgotest