aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test/issue18146.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/test/issue18146.go')
-rw-r--r--misc/cgo/test/issue18146.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cgo/test/issue18146.go b/misc/cgo/test/issue18146.go
index f92d6c7f93..e50f9ae530 100644
--- a/misc/cgo/test/issue18146.go
+++ b/misc/cgo/test/issue18146.go
@@ -2,6 +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
// +build !windows
// Issue 18146: pthread_create failure during syscall.Exec.