]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/checkbce.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / checkbce.go
index ab31d9528386d0f0d142c1f31163ac83243d4f10..71acfb71ac17d46ec08acde3f0d878f40c8cec65 100644 (file)
@@ -1,6 +1,7 @@
-// +build amd64,!gcflags_noopt
 // errorcheck -0 -d=ssa/check_bce/debug=3
 
+//go:build amd64 && !gcflags_noopt
+
 // 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.