]> Cypherpunks repositories - gostls13.git/commit
test: enforce 1 proc in the test
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 1 Jul 2012 17:59:50 +0000 (21:59 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 1 Jul 2012 17:59:50 +0000 (21:59 +0400)
commit91e56e6486a24a9e8cced7197df7cef6cba6da1a
treebbce646c86ec8eaede07592cff6f74ead3d7ff7e
parented516df4e43c5e3467bd6a39ffc9277157574788
test: enforce 1 proc in the test
otherwise it fails spuriously with "newfunc allocated unexpectedly" message
when run with GOMAXPROCS>1 (other goroutine allocates).

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6347056
test/closure.go