mirror of
https://github.com/golang/go
synced 2024-11-21 19:54:41 -07:00
debug/gosym: fix test for new 6l
TBR=r CC=golang-dev https://golang.org/cl/199091
This commit is contained in:
parent
33e396a4a7
commit
3a295ab704
@ -144,7 +144,7 @@ func TestLineAline(t *testing.T) {
|
||||
}
|
||||
|
||||
// gotest: if [ "$(uname)-$(uname -m)" = Linux-x86_64 ]; then
|
||||
// gotest: mkdir -p _test && $AS pclinetest.s && $LD -E main -l -o _test/pclinetest pclinetest.$O
|
||||
// gotest: mkdir -p _test && $AS pclinetest.s && $LD -E main -o _test/pclinetest pclinetest.$O
|
||||
// gotest: fi
|
||||
func TestPCLine(t *testing.T) {
|
||||
if !dotest() {
|
||||
|
Loading…
Reference in New Issue
Block a user