Skip to content

Commit 289dce2

Browse files
committed
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent c624f8f commit 289dce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nosplit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ main 104 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le arm64
140140
main 108 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le
141141
main 112 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 arm64
142142
main 116 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64
143-
main 124 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 arm64
143+
main 120 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 arm64
144144
main 124 nosplit call f; f 0 nosplit; REJECT ppc64 ppc64le amd64 386
145145
main 128 nosplit call f; f 0 nosplit; REJECT
146146
main 132 nosplit call f; f 0 nosplit; REJECT

0 commit comments

Comments
 (0)