summaryrefslogtreecommitdiff
path: root/misc/cgo
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2013-12-10 12:06:24 +1100
committerAlex Brainman <alex.brainman@gmail.com>2013-12-10 12:06:24 +1100
commit689272ef69ee706969b1750fa769a4fc526f116b (patch)
tree6c68a4d99dd143f221171da53f490959b573b57d /misc/cgo
parenta16f585c26e09d33b1205a93d853f4603e6391a4 (diff)
downloadgo-689272ef69ee706969b1750fa769a4fc526f116b.tar.gz
misc/cgo/testcdefs: rm correct file in test.bash
R=golang-dev, rsc CC=golang-dev https://codereview.appspot.com/39780043
Diffstat (limited to 'misc/cgo')
-rwxr-xr-xmisc/cgo/testcdefs/test.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/testcdefs/test.bash b/misc/cgo/testcdefs/test.bash
index 1a14ad35c..01621a49a 100755
--- a/misc/cgo/testcdefs/test.bash
+++ b/misc/cgo/testcdefs/test.bash
@@ -12,5 +12,5 @@ done
go build . && ./testcdefs
EXIT=$?
-rm -rf _obj main *.h
+rm -rf _obj testcdefs *.h
exit $EXIT