mirror of
https://github.com/golang/go
synced 2024-11-19 13:54:56 -07:00
runtime: remove redeclared structs to make tests build
struct32 and struct40 structs are already declared, remove them to make runtime tests build. Change-Id: I3814f2b850dcb15c4002a3aa22e2a9326e5a5e53 Reviewed-on: https://go-review.googlesource.com/55614 Reviewed-by: Martin Möhrmann <moehrmann@google.com>
This commit is contained in:
parent
8a6e51aede
commit
58cb8a3c8f
@ -669,11 +669,7 @@ done:
|
||||
<-ready2
|
||||
}
|
||||
|
||||
type (
|
||||
struct0 struct{}
|
||||
struct32 struct{ a, b, c, d int64 }
|
||||
struct40 struct{ a, b, c, d, e int64 }
|
||||
)
|
||||
type struct0 struct{}
|
||||
|
||||
func BenchmarkMakeChan(b *testing.B) {
|
||||
b.Run("Byte", func(b *testing.B) {
|
||||
|
Loading…
Reference in New Issue
Block a user