]> Cypherpunks.ru repositories - gostls13.git/commit
test: fix nosplit test for noopt build
authorKeith Randall <khr@golang.org>
Fri, 1 May 2015 16:36:18 +0000 (09:36 -0700)
committerKeith Randall <khr@golang.org>
Sun, 3 May 2015 16:10:40 +0000 (16:10 +0000)
commit6f42b6166ae2c0cd775d24aa82548fb8637004b5
treeb33d85208650a5d545bbd3bfd1117922069ba888
parente8057df971f3ba3586b636a413e1e85e34660373
test: fix nosplit test for noopt build

Noopt builds get a larger stack guard.  This test must take that into account.

Change-Id: I1b5cbafdbbfee8c369ae1bebd0b900524ebf0d7d
Reviewed-on: https://go-review.googlesource.com/9610
Reviewed-by: Russ Cox <rsc@golang.org>
test/nosplit.go