From: Russ Cox Date: Thu, 4 Feb 2010 00:53:19 +0000 (-0800) Subject: debug/gosym: fix test for new 6l X-Git-Tag: weekly.2010-02-04~17 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3a295ab7046b137de87fd097da8500cdb28a0a98;p=gostls13.git debug/gosym: fix test for new 6l TBR=r CC=golang-dev https://golang.org/cl/199091 --- diff --git a/src/pkg/debug/gosym/pclntab_test.go b/src/pkg/debug/gosym/pclntab_test.go index 84e952f8a8..8752e3c9fa 100644 --- a/src/pkg/debug/gosym/pclntab_test.go +++ b/src/pkg/debug/gosym/pclntab_test.go @@ -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() {