Index: src/runtime/gcinfo_test.go |
=================================================================== |
--- a/src/runtime/gcinfo_test.go |
+++ b/src/runtime/gcinfo_test.go |
@@ -134,7 +134,7 @@ |
BitsScalar, BitsScalar, BitsScalar, BitsScalar, // t int; y uint16; u uint64 |
BitsPointer, BitsDead, // i string |
} |
- case "amd64", "power64", "power64le": |
+ case "amd64", "ppc64", "ppc64le": |
return []byte{ |
BitsPointer, // q *int |
BitsScalar, BitsScalar, BitsScalar, // w byte; e [17]byte |