aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-02-03 16:53:19 -0800
committerRuss Cox <rsc@golang.org>2010-02-03 16:53:19 -0800
commit3a295ab7046b137de87fd097da8500cdb28a0a98 (patch)
treeb8ef7d49633d1f6e0c8cebd7b7e5f845e42f7599
parent33e396a4a725a2da9cc9ef1f6a0734f0c1381b8d (diff)
downloadgo-3a295ab7046b137de87fd097da8500cdb28a0a98.tar.gz
go-3a295ab7046b137de87fd097da8500cdb28a0a98.zip
debug/gosym: fix test for new 6l
TBR=r CC=golang-dev https://golang.org/cl/199091
-rw-r--r--src/pkg/debug/gosym/pclntab_test.go2
1 files changed, 1 insertions, 1 deletions
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() {