diff --git a/test/fixedbugs/issue36705.go b/test/fixedbugs/issue36705.go index d5a0e7fadef..b0485c63356 100644 --- a/test/fixedbugs/issue36705.go +++ b/test/fixedbugs/issue36705.go @@ -1,4 +1,4 @@ -// +build cgo +// +build cgo,!windows // run fake-arg-to-force-use-of-go-run // Copyright 2020 The Go Authors. All rights reserved.