]> Cypherpunks repositories - gostls13.git/commit
reflect: check that types match without calling TypeOf
authorIan Lance Taylor <iant@golang.org>
Fri, 1 Jun 2018 03:46:33 +0000 (20:46 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 5 Jun 2018 20:00:37 +0000 (20:00 +0000)
commite7ee3b91c417840e107068c980263868bf7478db
tree0cc1dac5e0afc7f5c567aef5947d6404be9ded84
parent2c01b7d632030c89ee608259597f850dd89965a0
reflect: check that types match without calling TypeOf

gccgo fails this test before CL 115577.

Updates #25284

Change-Id: Id4550b7b3e268f3c294420ed31c57ad3f1002b5e
Reviewed-on: https://go-review.googlesource.com/115635
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/reflect/all_test.go