From: Than McIntosh Date: Mon, 9 Dec 2019 20:13:24 +0000 (-0500) Subject: cmd/link: fix imports problem in elf_test.go X-Git-Tag: go1.14beta1~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7d24e9581a5a5958848e2ae8171fb33a1650c6b8;p=gostls13.git 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 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/cmd/link/elf_test.go b/src/cmd/link/elf_test.go index 39fb9df0be..88048ed2c5 100644 --- a/src/cmd/link/elf_test.go +++ b/src/cmd/link/elf_test.go @@ -15,6 +15,7 @@ import ( "os" "os/exec" "path/filepath" + "runtime" "strings" "sync" "testing"