aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2021-04-09 19:00:42 -0400
committerCherry Zhang <cherryyz@google.com>2021-04-09 23:18:47 +0000
commit5305bdedb0be18c0636d2b4a707bf08228909c27 (patch)
tree3defd1b1c97b9d8111f1f2e9a1d5c284dff1ed67 /test
parent281d168e2debf7660f9ba5006ddbc1b4cda90ab7 (diff)
downloadgo-5305bdedb0be18c0636d2b4a707bf08228909c27.tar.gz
go-5305bdedb0be18c0636d2b4a707bf08228909c27.zip
test: do not run (another) softfloat test with regabiargs
I missed one in CL 308710. Change-Id: Ia277eaba6982f4944992d1bee1e11775934b789f Reviewed-on: https://go-review.googlesource.com/c/go/+/309151 Trust: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'test')
-rw-r--r--test/fixedbugs/issue26163.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue26163.go b/test/fixedbugs/issue26163.go
index 3f3d77859de..d141a2797d6 100644
--- a/test/fixedbugs/issue26163.go
+++ b/test/fixedbugs/issue26163.go
@@ -1,4 +1,4 @@
-// compile -N -d=softfloat
+// compile -N -d=softfloat -goexperiment noregabiargs
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style