]> Cypherpunks repositories - gostls13.git/commit
test: restore fixedbugs/bug398.go to original version
authorgriesemer <gri@golang.org>
Thu, 18 May 2017 21:11:17 +0000 (14:11 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 18 May 2017 21:45:03 +0000 (21:45 +0000)
commit9044cb04f2c0379e907d0b2e944043e81888033e
tree072c526cfa7f86b25e6b1042804bf134b4be7373
parent79eb88285b3aeb890d7ff2845fa1ac85fa841b28
test: restore fixedbugs/bug398.go to original version

Cannot reproduce original problem. Compiler internals
have changed enough such that this appears to work now.

Restore original test (exported interfaces), but also
keep version of the test using non-exported interfaces.

Fixes #15596.

Change-Id: Idb32da80239963242bd5d1609343c80f19773b0c
Reviewed-on: https://go-review.googlesource.com/43622
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
test/fixedbugs/bug398.go