]> Cypherpunks repositories - gostls13.git/commit
gc: test that asserts closures are not wrapped when they don't have closure vars.
authorLuuk van Dijk <lvd@golang.org>
Tue, 10 Jan 2012 20:47:22 +0000 (21:47 +0100)
committerLuuk van Dijk <lvd@golang.org>
Tue, 10 Jan 2012 20:47:22 +0000 (21:47 +0100)
commit25cf9bdea61b4e54d2f0c82855e2506a4befa03b
tree7cdfeedeb8610d5cdf180c34c6fefc384e40a192
parent97fd7d5f34744de9327b3f9850bef4b21777263c
gc: test that asserts closures are not wrapped when they don't have closure vars.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/5529060
test/closure.go