]> Cypherpunks repositories - gostls13.git/commit
sync: add Once test with panic
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 20 Sep 2012 19:29:29 +0000 (23:29 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 20 Sep 2012 19:29:29 +0000 (23:29 +0400)
commit801f6e6367e923ce320276adb279b5f0b1ec9bef
tree4ab10a3b9c65a0c15783bb4a59a835b23eaf5e17
parent091388d8e92f46480ead687391ee7d582f6585b2
sync: add Once test with panic
Tests behavior of Once when initialization function panics.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6554047
src/pkg/sync/once_test.go