1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:20:11 -07:00

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>
This commit is contained in:
Than McIntosh 2019-12-09 15:13:24 -05:00
parent ffa5c85c92
commit 7d24e9581a

View File

@ -15,6 +15,7 @@ import (
"os"
"os/exec"
"path/filepath"
"runtime"
"strings"
"sync"
"testing"