]> Cypherpunks repositories - gostls13.git/commit
cmd/link: do not close over the loop variable in testDWARF
authorBryan C. Mills <bcmills@google.com>
Wed, 27 Feb 2019 17:25:59 +0000 (12:25 -0500)
committerBryan C. Mills <bcmills@google.com>
Wed, 27 Feb 2019 17:42:49 +0000 (17:42 +0000)
commitfa8a3f3080bdc59d18f3c093e8239bf34e976906
tree1b2c40503af6e1e8f8bbe78692682c9305858474
parentc81b830023d33b51384f14245bee195c65c1f7b8
cmd/link: do not close over the loop variable in testDWARF

Fixes #30429
Updates #16520
Updates #20733

Change-Id: Iae41f06c09aaaed500936f5496d90cefbe8293e4
Reviewed-on: https://go-review.googlesource.com/c/164119
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/dwarf_test.go