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