From: Nigel Tao Date: Wed, 16 Jun 2010 03:37:07 +0000 (+1000) Subject: cmd/gotest: Delete temporary _testmain.go files. X-Git-Tag: weekly.2010-06-21~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=93ea2ae362d77b127c7f8235621e1adb4776efa1;p=gostls13.git cmd/gotest: Delete temporary _testmain.go files. R=rsc TBR=rsc CC=golang-dev https://golang.org/cl/1675047 --- diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest index b9626815a4..fec2b4a4a4 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=