]> Cypherpunks repositories - gostls13.git/commit
cmd/link: fix imports problem in elf_test.go
authorThan McIntosh <thanm@google.com>
Mon, 9 Dec 2019 20:13:24 +0000 (15:13 -0500)
committerThan McIntosh <thanm@google.com>
Mon, 9 Dec 2019 20:19:32 +0000 (20:19 +0000)
commit7d24e9581a5a5958848e2ae8171fb33a1650c6b8
tree6cc87d3f91f212420702961d6b2a9dadb79733d4
parentffa5c85c9227a212fe1a91a6d54da56a9e754f1f
cmd/link: fix imports problem in elf_test.go

Fix an imports problem in this test (doesn't compile).

Updates #35779

Change-Id: Icaeec0384bf2e75696e43d9410df7219f0245940
Reviewed-on: https://go-review.googlesource.com/c/go/+/210578
Run-TryBot: Than McIntosh <thanm@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/link/elf_test.go