aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gcinfo_test.go
diff options
context:
space:
mode:
authorYao Zhang <lunaria21@gmail.com>2015-09-23 18:58:05 -0400
committerMinux Ma <minux@golang.org>2015-11-12 04:47:42 +0000
commitc1037aad4d10078b536625683364dcceed6c4e21 (patch)
tree0d615e48f982a00c512de2e297ae81b03bcc7dd4 /src/runtime/gcinfo_test.go
parent15b51d6ae693fa5898bdeae587482a2dac59a1d0 (diff)
downloadgo-c1037aad4d10078b536625683364dcceed6c4e21.tar.gz
go-c1037aad4d10078b536625683364dcceed6c4e21.zip
runtime: added mips64{,le} build tags and GOARCH cases
Change-Id: I381c03d957a0dccae5f655f02e92760e5c0e9629 Reviewed-on: https://go-review.googlesource.com/14929 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Minux Ma <minux@golang.org>
Diffstat (limited to 'src/runtime/gcinfo_test.go')
-rw-r--r--src/runtime/gcinfo_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/gcinfo_test.go b/src/runtime/gcinfo_test.go
index f330bf2430..edb6361642 100644
--- a/src/runtime/gcinfo_test.go
+++ b/src/runtime/gcinfo_test.go
@@ -144,7 +144,7 @@ func infoBigStruct() []byte {
typeScalar, typeScalar, typeScalar, typeScalar, // t int; y uint16; u uint64
typePointer, typeScalar, // i string
}
- case "arm64", "amd64", "ppc64", "ppc64le":
+ case "arm64", "amd64", "mips64", "mips64le", "ppc64", "ppc64le":
return []byte{
typePointer, // q *int
typeScalar, typeScalar, typeScalar, // w byte; e [17]byte