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