Commit 08b7805e authored by Russ Cox's avatar Russ Cox

cmd/objdump: skip extld test on plan9

TBR=iant
CC=golang-codereviews
https://golang.org/cl/164180043
parent 3ce6a4fb
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment