Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
cmd/gotest: Delete temporary _testmain.go files.
Browse files Browse the repository at this point in the history
R=rsc
TBR=rsc
CC=golang-dev
https://golang.org/cl/1675047
  • Loading branch information
nigeltao committed Jun 16, 2010
1 parent 6de79ee commit 93ea2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/gotest/gotest
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 93ea2ae

Please sign in to comment.