aboutsummaryrefslogtreecommitdiff
path: root/test/nilptr3.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-12-05 19:13:20 -0500
committerRuss Cox <rsc@golang.org>2014-12-05 19:13:20 -0500
commit09d92b6bbf26f195a1fe136513238d227bc73f82 (patch)
tree1c053dbb28cfcaf4cae911f24f096b581c384d4b /test/nilptr3.go
parentdcb2ec3b654eb42d8e6bb6e66801ddf2f7f21c7a (diff)
downloadgo-09d92b6bbf26f195a1fe136513238d227bc73f82.tar.gz
go-09d92b6bbf26f195a1fe136513238d227bc73f82.zip
all: power64 is now ppc64
Fixes #8654. LGTM=austin R=austin CC=golang-codereviews https://golang.org/cl/180600043
Diffstat (limited to 'test/nilptr3.go')
-rw-r--r--test/nilptr3.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/nilptr3.go b/test/nilptr3.go
index 9d65e1e91b..cf26993ef9 100644
--- a/test/nilptr3.go
+++ b/test/nilptr3.go
@@ -1,6 +1,6 @@
// errorcheck -0 -d=nil
-// Fails on power64x because of incomplete optimization. See issue 9058.
-// +build !power64,!power64le
+// Fails on ppc64x because of incomplete optimization. See issue 9058.
+// +build !ppc64,!ppc64le
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style