summaryrefslogtreecommitdiff
path: root/src/cmd/gotest
diff options
context:
space:
mode:
authorNigel Tao <nigeltao@golang.org>2010-06-16 13:37:07 +1000
committerNigel Tao <nigeltao@golang.org>2010-06-16 13:37:07 +1000
commit25736a613c7bb0c4e74d40261193329f8ddbb7a3 (patch)
tree302291fd9c80c738554348ff05618581c613f116 /src/cmd/gotest
parentef94456c9bf7a350dc3fa761cf149c35904653c6 (diff)
downloadgolang-25736a613c7bb0c4e74d40261193329f8ddbb7a3.tar.gz
cmd/gotest: Delete temporary _testmain.go files.
R=rsc TBR=rsc CC=golang-dev http://codereview.appspot.com/1675047
Diffstat (limited to 'src/cmd/gotest')
-rwxr-xr-xsrc/cmd/gotest/gotest2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest
index b9626815a..fec2b4a4a 100755
--- a/src/cmd/gotest/gotest
+++ b/src/cmd/gotest/gotest
@@ -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=