From: Cherry Zhang Date: Fri, 9 Apr 2021 23:00:42 +0000 (-0400) Subject: test: do not run (another) softfloat test with regabiargs X-Git-Tag: go1.17beta1~740 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5305bdedb0;p=gostls13.git 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 --- 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