]> Cypherpunks repositories - gostls13.git/commitdiff
debug/gosym: fix test for new 6l
authorRuss Cox <rsc@golang.org>
Thu, 4 Feb 2010 00:53:19 +0000 (16:53 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 4 Feb 2010 00:53:19 +0000 (16:53 -0800)
TBR=r
CC=golang-dev
https://golang.org/cl/199091

src/pkg/debug/gosym/pclntab_test.go

index 84e952f8a89ef078ef2e59522c6915303236a60a..8752e3c9fafd4d6101de82cb20a91abdfdb3b9d5 100644 (file)
@@ -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() {