Commit 58cb8a3c authored by Muhammad Falak R Wani's avatar Muhammad Falak R Wani Committed by Martin Möhrmann

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/55614Reviewed-by: 's avatarMartin Möhrmann <moehrmann@google.com>
parent 8a6e51ae
...@@ -669,11 +669,7 @@ done: ...@@ -669,11 +669,7 @@ done:
<-ready2 <-ready2
} }
type ( type struct0 struct{}
struct0 struct{}
struct32 struct{ a, b, c, d int64 }
struct40 struct{ a, b, c, d, e int64 }
)
func BenchmarkMakeChan(b *testing.B) { func BenchmarkMakeChan(b *testing.B) {
b.Run("Byte", func(b *testing.B) { b.Run("Byte", func(b *testing.B) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment