]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/nilptr3.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / nilptr3.go
index 5f08a5b20c20191437894e7b8d3f279a6a92b466..2cc510beb635df01ae75e92ee06d51212e1ef34d 100644 (file)
@@ -1,7 +1,6 @@
 // errorcheck -0 -d=nil
 
-// +build !wasm
-// +build !aix
+//go:build !wasm && !aix
 
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style