aboutsummaryrefslogtreecommitdiff
path: root/test/nosplit.go
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2018-08-29 14:49:42 -0400
committerCherry Zhang <cherryyz@google.com>2018-08-30 12:06:34 +0000
commit289dce24c173fa2e87db83caa675c964c403553f (patch)
treea80fae0453d2673a55e47af56872de0982f222e8 /test/nosplit.go
parentc624f8ff704cd682c0a66a8213c326510800bd8a (diff)
downloadgo-289dce24c173fa2e87db83caa675c964c403553f.tar.gz
go-289dce24c173fa2e87db83caa675c964c403553f.zip
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>
Diffstat (limited to 'test/nosplit.go')
-rw-r--r--test/nosplit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nosplit.go b/test/nosplit.go
index 8b61c9e96d..b821d23859 100644
--- a/test/nosplit.go
+++ b/test/nosplit.go
@@ -140,7 +140,7 @@ main 104 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le arm64
main 108 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le
main 112 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 arm64
main 116 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64
-main 124 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 arm64
+main 120 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 arm64
main 124 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 386
main 128 nosplit call f; f 0 nosplit; REJECT
main 132 nosplit call f; f 0 nosplit; REJECT