]> Cypherpunks repositories - gostls13.git/commit
cmd/objdump: don't run TestDisasmExtld if cgo is not enabled
authorIan Lance Taylor <iant@golang.org>
Fri, 31 Jul 2015 17:49:01 +0000 (10:49 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 31 Jul 2015 20:16:22 +0000 (20:16 +0000)
commit384789e82be30c0fe8ba3c73721b658512423fcd
tree11ade2e4ff64736c914b0fa4da3276b8326a3b5b
parent296529b7341280b8beae2630eff4220fa6c1ac2b
cmd/objdump: don't run TestDisasmExtld if cgo is not enabled

The test uses external linking mode, which is probably not available
if cgo does not work.

Fixes #11969.

Change-Id: Id1c2828cd2540391e16b422bf51674ba6ff084b0
Reviewed-on: https://go-review.googlesource.com/13005
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/objdump/objdump_test.go