]> Cypherpunks repositories - gostls13.git/commit
cmd/link: remove darwin/arm test
authorCherry Zhang <cherryyz@google.com>
Mon, 6 Apr 2020 15:39:44 +0000 (11:39 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 6 Apr 2020 16:11:47 +0000 (16:11 +0000)
commit7dc1c62cc9eb7a8c0c554dd6d67da9bd4ddeac1c
tree273490eca4cbfba485356732d5404c4c0cf77bdc
parent42d4df94597626a84b81053792b445c318f6bdf1
cmd/link: remove darwin/arm test

The darwin/arm port is removed in Go 1.15. Setting GOOS=darwin
GOARCH=arm will fail, therefore "go test cmd/link" on macOS will
fail (in non -short mode). Remove this test point.

Updates #37611.

Change-Id: Ia9531c4b4a6692a0c49153517af9fdddd1f3e0bf
Reviewed-on: https://go-review.googlesource.com/c/go/+/227341
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/dwarf_test.go