]> Cypherpunks repositories - gostls13.git/commit
gc: add test case for issue 1743
authorRuss Cox <rsc@golang.org>
Sat, 11 Feb 2012 04:20:00 +0000 (23:20 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 11 Feb 2012 04:20:00 +0000 (23:20 -0500)
commit12fab9d122def141e76aa718d18d6b3be1de6a0d
treea0ae0c062feb3d26d9cea2504df4bb41cf215c1a
parent896f0c61c8fbdaf4f6fa6007da8c03bbb818d85d
gc: add test case for issue 1743

Fixes #1743.
(Actually was fixed earlier, but now we have proof.)

R=ken2
CC=golang-dev
https://golang.org/cl/5649064
test/fixedbugs/bug414.dir/main.go [new file with mode: 0644]
test/fixedbugs/bug414.dir/p1.go [new file with mode: 0644]
test/fixedbugs/bug414.go [new file with mode: 0644]