]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/fixedbugs/issue33275_run.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / fixedbugs / issue33275_run.go
index f2818b0f512a81f971c863d8a69305470916d2fb..542cc03f60dcd00bdfc841a6f7412affd7a456c4 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.