]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/fixedbugs/issue29329.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / fixedbugs / issue29329.go
index 7818bca30a02e657bf357c55fe0e3b74fd7ea3d8..07f96f431fab72660c6fe8c0d1a91335e832cc94 100644 (file)
@@ -1,12 +1,11 @@
-// +build cgo
 // run -race
 
+//go:build cgo && linux && amd64
+
 // Copyright 2018 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build linux,amd64
-
 package main
 
 import (