diff options
Diffstat (limited to 'test/codegen/issue72832.go')
| -rw-r--r-- | test/codegen/issue72832.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/codegen/issue72832.go b/test/codegen/issue72832.go index 392b41b173..2af76aa16f 100644 --- a/test/codegen/issue72832.go +++ b/test/codegen/issue72832.go @@ -43,8 +43,8 @@ func store_shifted(t *tile3, x uint32) { func store_const(t *tile3) { // 0x00030201 - // amd64:`MOVL\s\$197121` + // amd64:`MOVL \$197121` // 0x01020003 - // ppc64:`MOVD\s\$16908291` + // ppc64:`MOVD \$16908291` t.a, t.b, t.c = 1, 2, 3 } |
