Commit 6ede9349 authored by Alex Brainman's avatar Alex Brainman

misc/cgo/testcdefs: rm correct file in test.bash

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/39780043
parent 4c01a23c
......@@ -12,5 +12,5 @@ done
go build . && ./testcdefs
EXIT=$?
rm -rf _obj main *.h
rm -rf _obj testcdefs *.h
exit $EXIT
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment