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:
parent
6de79ee0ef
commit
93ea2ae362
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user