]> Cypherpunks repositories - gostls13.git/commit
test: fix nosplit test on 386
authorCherry Zhang <cherryyz@google.com>
Wed, 29 Aug 2018 18:49:42 +0000 (14:49 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 30 Aug 2018 12:06:34 +0000 (12:06 +0000)
commit289dce24c173fa2e87db83caa675c964c403553f
treea80fae0453d2673a55e47af56872de0982f222e8
parentc624f8ff704cd682c0a66a8213c326510800bd8a
test: fix nosplit test on 386

The 120->124 change in https://go-review.googlesource.com/c/go/+/61511/21/test/nosplit.go#143
looks accidental. Change back to 120.

Change-Id: I1690a8ae2d32756ba05544d2ed1baabfa64e1704
Reviewed-on: https://go-review.googlesource.com/131958
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/nosplit.go