]> Cypherpunks repositories - gostls13.git/commit
test/codegen: fix compilation of bitfield tests
authorMichael Munday <mike.munday@lowrisc.org>
Wed, 8 Sep 2021 14:07:12 +0000 (14:07 +0000)
committerMichael Munday <mike.munday@lowrisc.org>
Wed, 8 Sep 2021 14:51:31 +0000 (14:51 +0000)
commit1da64686f85da38af13c4ee186f261343455c697
treea890ee51ae7aafaf071386460e102b9e3e869577
parentfdc2072420d28b761e30dd02e7ed6118cda33f4f
test/codegen: fix compilation of bitfield tests

The codegen tests are currently skipped (see #48247) and the
bitfield tests do not actually compile due to a duplicate function
name (sbfiz5) added in CL 267602. Renaming the function fixes the
issue.

Updates #48247.

Change-Id: I626fd5ef13732dc358e73ace9ddcc4cbb6ae5b21
Reviewed-on: https://go-review.googlesource.com/c/go/+/348391
Trust: Michael Munday <mike.munday@lowrisc.org>
Run-TryBot: Michael Munday <mike.munday@lowrisc.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
test/codegen/bitfield.go