]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcshared: delete temporary directory in test
authorIan Lance Taylor <iant@golang.org>
Fri, 1 Mar 2019 21:01:46 +0000 (13:01 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 1 Mar 2019 21:33:00 +0000 (21:33 +0000)
commit4aff88ded24c575bed9c1c0d1fc149eab405111a
treed7451e423d87eb25c52cbdfa215329cf0e363e10
parent1cd6d8b974517e6c0506d3959a9ad08f98e89902
misc/cgo/testcshared: delete temporary directory in test

The deferred os.RemoveAll was accidentally committed as commented out
in the original https://golang.org/cl/87158.

Updates #30500

Change-Id: Idc5195816d7978253760dbfd78fde6d22c456296
Reviewed-on: https://go-review.googlesource.com/c/164858
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
misc/cgo/testcshared/cshared_test.go