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