golang/src/cmd/objdump/testdata
Michael Pratt f2a2600860 all: give nested modules fully-qualified names
The two crypto modules are both named "asm". If both are included in a
single go.work (e.g., from `go work use -r .` in the repo), builds break
from "module asm appears multiple times in workspace".

Give these modules fully-qualified names to avoid conflicts. While we
are here, also expand the name of two other testdata modules. Those
modules don't currently conflict, but they have vague names at risk of
future conflicts.

Fixes #57769.

Change-Id: I2bd8a505051e92348d49560ec698ed921f2c81be
Reviewed-on: https://go-review.googlesource.com/c/go/+/461896
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
2023-01-30 15:19:45 +00:00
..
testfilenum all: give nested modules fully-qualified names 2023-01-30 15:19:45 +00:00
fmthello.go cmd/objdump: guard against out-of-range lines from directives. 2020-03-12 20:40:54 +00:00
fmthellocgo.go cmd/internal/objfile: use pe.FileHeader.Machine to reliably determine GOARCH 2020-08-22 00:56:53 +00:00
go116.o cmd/internal/objfile: emit better error for Go object of a different version 2021-04-30 16:53:35 +00:00