]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/gotest: Delete temporary _testmain.go files.
authorNigel Tao <nigeltao@golang.org>
Wed, 16 Jun 2010 03:37:07 +0000 (13:37 +1000)
committerNigel Tao <nigeltao@golang.org>
Wed, 16 Jun 2010 03:37:07 +0000 (13:37 +1000)
R=rsc
TBR=rsc
CC=golang-dev
https://golang.org/cl/1675047

src/cmd/gotest/gotest

index b9626815a4a779c98a0819af87fead71ce73da65..fec2b4a4a49aa12834f9898f7001086c883be5e5 100755 (executable)
@@ -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=