]> Cypherpunks repositories - gostls13.git/commit
test: add more cases to recover.go
authorIan Lance Taylor <iant@golang.org>
Wed, 22 Oct 2014 15:06:15 +0000 (08:06 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 22 Oct 2014 15:06:15 +0000 (08:06 -0700)
commit18051c086012e3ea279994e987ffe826308f93df
tree8351aaaccb47436a8d80efab12c1290dd8be2389
parentecd1cc173aed7360ce1c9e7454e5b0b548728c18
test: add more cases to recover.go

test16 used to fail with gccgo.  The withoutRecoverRecursive
test would have failed in some possible implementations.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/151630043
test/recover.go