]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/nilptr.go
test: migrate remaining files to go:build syntax
[gostls13.git] / test / nilptr.go
index b296c88c99408a6fe6a96c6a2f06a69b40c20606..7f42e930bdee7e95f13d28b8a3ccea4818501241 100644 (file)
@@ -7,10 +7,8 @@
 // Test that the implementation catches nil ptr indirection
 // in a large address space.
 
-// +build !aix
-// +build !darwin !arm64
-// +build !windows !arm64
 // Address space starts at 1<<32 on AIX and on darwin/arm64 and on windows/arm64, so dummy is too far.
+//go:build !aix && (!darwin || !arm64) && (!windows || !arm64)
 
 package main