diff --git a/misc/cgo/errors/ptr_test.go b/misc/cgo/errors/ptr_test.go index ba4f4ade64..12846cae44 100644 --- a/misc/cgo/errors/ptr_test.go +++ b/misc/cgo/errors/ptr_test.go @@ -440,7 +440,6 @@ func TestPointerChecks(t *testing.T) { atomic.AddInt32(&pending, +1) defer func() { if atomic.AddInt32(&pending, -1) == 0 { - println("removing", dir) os.RemoveAll(dir) } }()