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