]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/nilptr.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / nilptr.go
index c9a044dd362edc713c838a864dd98b024cdbcff6..7f42e930bdee7e95f13d28b8a3ccea4818501241 100644 (file)
@@ -7,9 +7,8 @@
 // Test that the implementation catches nil ptr indirection
 // in a large address space.
 
-// +build !aix
-// +build !darwin !arm64
-// Address space starts at 1<<32 on AIX and on darwin/arm64, so dummy is too far.
+// 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