From 5305bdedb0be18c0636d2b4a707bf08228909c27 Mon Sep 17 00:00:00 2001 From: Cherry Zhang Date: Fri, 9 Apr 2021 19:00:42 -0400 Subject: [PATCH] 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 Run-TryBot: Cherry Zhang Reviewed-by: Than McIntosh --- test/fixedbugs/issue26163.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixedbugs/issue26163.go b/test/fixedbugs/issue26163.go index 3f3d77859d..d141a2797d 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 -- 2.48.1