diff options
| author | Russ Cox <rsc@golang.org> | 2010-02-03 16:53:19 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-02-03 16:53:19 -0800 |
| commit | 3a295ab7046b137de87fd097da8500cdb28a0a98 (patch) | |
| tree | b8ef7d49633d1f6e0c8cebd7b7e5f845e42f7599 /src/pkg/debug | |
| parent | 33e396a4a725a2da9cc9ef1f6a0734f0c1381b8d (diff) | |
| download | go-3a295ab7046b137de87fd097da8500cdb28a0a98.tar.xz | |
debug/gosym: fix test for new 6l
TBR=r
CC=golang-dev
https://golang.org/cl/199091
Diffstat (limited to 'src/pkg/debug')
| -rw-r--r-- | src/pkg/debug/gosym/pclntab_test.go | 2 |
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() { |
