]> Cypherpunks repositories - gostls13.git/commit
runtime: fix test for new closure representation
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 17 Jun 2013 11:41:17 +0000 (15:41 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 17 Jun 2013 11:41:17 +0000 (15:41 +0400)
commitf84cbd0950bd05209df7a18e79c1be6b3d31811a
tree999010631ac6fc681fa0d9507e8aa5b5ef708930
parent8a4efed63c02f18c14b3e445f399d421d23dfa32
runtime: fix test for new closure representation
I've hit it several times already.
Currently it crashes with nil deref.

R=golang-dev, daniel.morsing, r
CC=golang-dev
https://golang.org/cl/10317045
src/pkg/runtime/stack_test.go