aboutsummaryrefslogtreecommitdiff
path: root/test/nilptr.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/nilptr.go')
-rw-r--r--test/nilptr.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/nilptr.go b/test/nilptr.go
index 90f57c54b6..c9a044dd36 100644
--- a/test/nilptr.go
+++ b/test/nilptr.go
@@ -8,7 +8,8 @@
// in a large address space.
// +build !aix
-// Address space starts at 1<<32 on AIX, so dummy is too far.
+// +build !darwin !arm64
+// Address space starts at 1<<32 on AIX and on darwin/arm64, so dummy is too far.
package main