]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/ld: fix GOARCH in TestAbstractOriginSanityIssue25459
authorTobias Klauser <tklauser@distanz.ch>
Fri, 16 Apr 2021 08:15:46 +0000 (10:15 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 16 Apr 2021 12:28:37 +0000 (12:28 +0000)
commite1f4feb3d652d90834974608bb1e83d161e88325
treedf8cb315a239d8615a303a0057b894246f52cafe
parentd26fc68aa10dc8eda5ccdcc80d790e7df2fd9823
cmd/link/internal/ld: fix GOARCH in TestAbstractOriginSanityIssue25459

There is no x86 GOARCH, this should likely be 386.

Change-Id: I16f1cf5edb0cce156d42ecb621b2ae481c8f1789
Reviewed-on: https://go-review.googlesource.com/c/go/+/308995
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/ld/dwarf_test.go