]> Cypherpunks repositories - gostls13.git/commitdiff
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)
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

index 39fb9df0be660b20ea040fd4a6bc3c9cb3f3a098..88048ed2c53f3b2ffa93c227bf7606fb57b0e61b 100644 (file)
@@ -15,6 +15,7 @@ import (
        "os"
        "os/exec"
        "path/filepath"
+       "runtime"
        "strings"
        "sync"
        "testing"