]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/fixedbugs/issue15091.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / fixedbugs / issue15091.go
index 678e7911c80232437f713df41b768d11b4382151..115ad6840fd4e1ffe8fcc5e2ecec75f53586d2aa 100644 (file)
@@ -1,5 +1,6 @@
 // errorcheck -0 -race
-// +build linux,amd64 linux,ppc64le darwin,amd64 freebsd,amd64 netbsd,amd64 windows,amd64
+
+//go:build (linux && amd64) || (linux && ppc64le) || (darwin && amd64) || (freebsd && amd64) || (netbsd && amd64) || (windows && amd64)
 
 // Copyright 2016 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style