]> Cypherpunks repositories - gostls13.git/commit
test: fix testlib to not pass an empty argument to 6g
authorIan Lance Taylor <iant@golang.org>
Wed, 7 Mar 2012 19:16:58 +0000 (11:16 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 7 Mar 2012 19:16:58 +0000 (11:16 -0800)
commit72faa0303e4330bbdfd1a79f493ba8529f8208a2
tree96514240d180ee7b718c6b191e4654583faac9a0
parenta6ce691bd4d59dbf36f5672881d1a37c8fe78375
test: fix testlib to not pass an empty argument to 6g

This change is necessary to make the run shell script work
again, but it is not sufficient as bug424.go's execution line
does not name the package that it imports.

R=golang-dev, gri, rsc
CC=golang-dev
https://golang.org/cl/5771043
test/testlib