]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/fixedbugs/issue33555.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / fixedbugs / issue33555.go
index e7fe41e4516096fae377d317b0f66f860fd047f3..90d024470f718a85c2ebbead06856ba9c2c7e255 100644 (file)
@@ -1,6 +1,7 @@
-// +build !nacl,!js,!wasip1,!gccgo
 // run
 
+//go:build !nacl && !js && !wasip1 && !gccgo
+
 // 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.