1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:04:41 -07:00

cmd/gotest: Delete temporary _testmain.go files.

R=rsc
TBR=rsc
CC=golang-dev
https://golang.org/cl/1675047
This commit is contained in:
Nigel Tao 2010-06-16 13:37:07 +10:00
parent 6de79ee0ef
commit 93ea2ae362

View File

@ -100,7 +100,7 @@ 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
trap "rm -f _testmain.go _testmain.$O" 0 1 2 3 14 15
# Suppress output to stdout on Linux
MAKEFLAGS=