Commit 3a295ab7 authored by Russ Cox's avatar Russ Cox

debug/gosym: fix test for new 6l

TBR=r
CC=golang-dev
https://golang.org/cl/199091
parent 33e396a4
......@@ -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() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment