aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/nm
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2018-12-05 17:23:25 +0100
committerIan Lance Taylor <iant@golang.org>2018-12-10 18:52:31 +0000
commite256afff51f49c872975f5a5f73faa46ee64c334 (patch)
treedf4072b61e19c0986b509634ce0cadebdb2d6b0b /src/cmd/nm
parent033d09493d3dc03fda13801902b6e2e102b9d73c (diff)
downloadgo-e256afff51f49c872975f5a5f73faa46ee64c334.tar.gz
go-e256afff51f49c872975f5a5f73faa46ee64c334.zip
all: move cmd/internal/xcoff to internal/xcoff
This commit moves cmd/internal/xcoff package to internal/xcoff because it will be needed to add XCOFF support in go/internal/gccgoimporter. Change-Id: Id12df0c438fb7db4a6a458fc1478480851bf7771 Reviewed-on: https://go-review.googlesource.com/c/152719 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/cmd/nm')
-rw-r--r--src/cmd/nm/nm_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/nm/nm_test.go b/src/cmd/nm/nm_test.go
index 87baa09d38..1f2ad53ef2 100644
--- a/src/cmd/nm/nm_test.go
+++ b/src/cmd/nm/nm_test.go
@@ -64,7 +64,7 @@ func TestNonGoExecs(t *testing.T) {
"debug/pe/testdata/gcc-386-mingw-exec",
"debug/plan9obj/testdata/amd64-plan9-exec",
"debug/plan9obj/testdata/386-plan9-exec",
- "cmd/internal/xcoff/testdata/gcc-ppc64-aix-dwarf2-exec",
+ "internal/xcoff/testdata/gcc-ppc64-aix-dwarf2-exec",
}
for _, f := range testfiles {
exepath := filepath.Join(runtime.GOROOT(), "src", f)