]> Cypherpunks repositories - gostls13.git/commit
test: add test of calling recover in a varargs function
authorIan Lance Taylor <iant@golang.org>
Thu, 1 Mar 2012 16:24:03 +0000 (08:24 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 1 Mar 2012 16:24:03 +0000 (08:24 -0800)
commitb14a6643dc47104689facd938a0fb254996ddf85
tree4673b0d5774f92858450685acbe4c2a944a6f34e
parentd88af88dfbd5b7a84ac3adbae6c714d644d72398
test: add test of calling recover in a varargs function

gccgo did not handle this correctly.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5714050
test/recover.go