Commit 93ea2ae3 authored by Nigel Tao's avatar Nigel Tao

cmd/gotest: Delete temporary _testmain.go files.

R=rsc
TBR=rsc
CC=golang-dev
https://golang.org/cl/1675047
parent 6de79ee0
......@@ -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=
......
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