aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gcinfo_test.go
diff options
context:
space:
mode:
authorMichael Munday <munday@ca.ibm.com>2016-03-18 19:02:52 -0400
committerMinux Ma <minux@golang.org>2016-04-06 04:25:06 +0000
commit0f08dd21831a71292dc306cfc05e28a3a9d73786 (patch)
treee53a3032b8322b9ef2c065152d19561612e13d42 /src/runtime/gcinfo_test.go
parenta2eded3421f144983c0ccb9e6c0a325fa1ba1f82 (diff)
downloadgo-0f08dd21831a71292dc306cfc05e28a3a9d73786.tar.gz
go-0f08dd21831a71292dc306cfc05e28a3a9d73786.zip
runtime: add s390x support (modified files only)
Change-Id: Ib79ad4a890994ad64edb1feb79bd242d26b5b08a Reviewed-on: https://go-review.googlesource.com/20945 Reviewed-by: Minux Ma <minux@golang.org> Run-TryBot: Michael Munday <munday@ca.ibm.com> TryBot-Result: Gobot Gobot <gobot@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 edb6361642..c1c2354bf9 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", "mips64", "mips64le", "ppc64", "ppc64le":
+ case "arm64", "amd64", "mips64", "mips64le", "ppc64", "ppc64le", "s390x":
return []byte{
typePointer, // q *int
typeScalar, typeScalar, typeScalar, // w byte; e [17]byte