]> Cypherpunks repositories - gostls13.git/commit
cmd/fix: cleanup directories created during typecheck
authorMohit Agarwal <mohit@sdf.org>
Tue, 30 Jan 2018 12:58:50 +0000 (18:28 +0530)
committerIan Lance Taylor <iant@golang.org>
Tue, 30 Jan 2018 15:22:28 +0000 (15:22 +0000)
commit926f27873f6239ce97ca42de9f36a24669ba9459
tree254295597684da5415abc00fa6cc178e2349ee43
parent32a08d09b8285e0d5a5457225c499950746b9aed
cmd/fix: cleanup directories created during typecheck

Executing

$ go tool dist test -run=^go_test:cmd/fix$

leaves a number of directories (fix_cgo_typecheck*) in TMPDIR.

Change-Id: Ia5bdc2f7d884333771d50365063faf514ebf6eae
Reviewed-on: https://go-review.googlesource.com/90795
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/fix/typecheck.go