summaryrefslogtreecommitdiffstats
path: root/.github/calibre
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2018-11-09 02:54:08 -0500
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-11-09 08:54:08 +0100
commita8cb1b07b4cf7fcf0e949657cb03c1a4838f975e (patch)
tree785d5f4b173e717a5e6ae9b39a111b57c5c8a63a /.github/calibre
parent2900801acfdc06ec5631fc5772d1b82d0d671915 (diff)
tpl: Fix test to pass with gccgo
When run under gccgo, the test looks for the name that gccgo gives to a thunk method. This name is not normally visible, but can be seen when using reflect.FuncForPC as this code does. That name changed in https://golang.org/cl/89555. Change the test to work with both the old name "$thunk0" and the new name "thunk0". Fixes golang/go#28669
Diffstat (limited to '.github/calibre')
0 files changed, 0 insertions, 0 deletions