diff --git a/test/codegen/issue56440.go b/test/codegen/issue56440.go index c6c1e66789..826dea8586 100644 --- a/test/codegen/issue56440.go +++ b/test/codegen/issue56440.go @@ -8,7 +8,7 @@ // is constant. We check this by making sure that the constant length // is folded into a load offset. -package p +package codegen func f(x []int) int { s := make([]int, 3) diff --git a/test/codegen/issue58166.go b/test/codegen/issue58166.go index 8be5aac841..b38f9c916e 100644 --- a/test/codegen/issue58166.go +++ b/test/codegen/issue58166.go @@ -4,7 +4,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package p +package codegen func dgemmSerialNotNot(m, n, k int, a []float64, lda int, b []float64, ldb int, c []float64, ldc int, alpha float64) { for i := 0; i < m; i++ { diff --git a/test/codegen/issue66585.go b/test/codegen/issue66585.go index 32a180be0e..867a96218c 100644 --- a/test/codegen/issue66585.go +++ b/test/codegen/issue66585.go @@ -4,7 +4,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package p +package codegen var x = func() int { n := 0