From 6a1ea00d59de7a1be5aaad34e90c75cde974db60 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 28 Sep 2010 22:59:16 -0400 Subject: [PATCH] gotest: leave _testmain.go for "make clean" to clean up R=r, brainman CC=golang-dev https://golang.org/cl/2297041 --- src/cmd/gotest/gotest | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest index 463242e3a7..e634a11089 100755 --- a/src/cmd/gotest/gotest +++ b/src/cmd/gotest/gotest @@ -93,7 +93,6 @@ 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 # Suppress output to stdout on Linux MAKEFLAGS= -- 2.50.0