mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/objdump: skip extld test on plan9
TBR=iant CC=golang-codereviews https://golang.org/cl/164180043
This commit is contained in:
parent
3ce6a4fb97
commit
08b7805e45
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ func TestDisasm(t *testing.T) {
|
|||
|
||||
func TestDisasmExtld(t *testing.T) {
|
||||
switch runtime.GOOS {
|
||||
case "windows":
|
||||
case "plan9", "windows":
|
||||
t.Skipf("skipping on %s", runtime.GOOS)
|
||||
}
|
||||
testDisasm(t, "-ldflags=-linkmode=external")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue