gotest: leave _testmain.go for "make clean" to clean up

R=r, brainman
CC=golang-dev
https://golang.org/cl/2297041
This commit is contained in:
Russ Cox 2010-09-28 22:59:16 -04:00
parent 2278ef7e1a
commit 6a1ea00d59

View File

@ -93,7 +93,6 @@ if $havex; then
fi
# They all compile; now generate the code to call them.
trap "rm -f _testmain.go _testmain.$O" 0 1 2 3 14 15
# Suppress output to stdout on Linux
MAKEFLAGS=