]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/fixedbugs/issue34968.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / fixedbugs / issue34968.go
index 6b1dbd16edd2d03a962e966d75b9cd0b1e82dfe8..f328f04479e2cae210293eda3a87f2862c482ac3 100644 (file)
@@ -1,6 +1,7 @@
-// +build cgo
 // run -gcflags=all=-d=checkptr
 
+//go:build cgo
+
 // Copyright 2019 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.