]> Cypherpunks repositories - gostls13.git/commit
test/codegen: fix package name for test case
authorMichael Munday <mike.munday@lowrisc.org>
Wed, 8 Sep 2021 14:14:53 +0000 (14:14 +0000)
committerMichael Munday <mike.munday@lowrisc.org>
Wed, 8 Sep 2021 14:51:40 +0000 (14:51 +0000)
commit8214257347b16a03464ace16bbcf6346fc784a3e
tree5a145ed0be107c872c9470f3a3e512d6f8984f83
parent1da64686f85da38af13c4ee186f261343455c697
test/codegen: fix package name for test case

The codegen tests are currently skipped (see #48247). The test
added in CL 346050 did not compile because it was in the main
package but did not contain a main function. Changing the package
to 'codegen' fixes the issue.

Updates #48247.

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