aboutsummaryrefslogtreecommitdiff
path: root/test/live_regabi.go
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2021-06-04 13:53:18 -0400
committerCherry Mui <cherryyz@google.com>2021-06-08 17:03:39 +0000
commita9de78ac88ff668bbe8c0dc5fdc9dc864ae60447 (patch)
treee6bd20b2e564e70c12e9c8785b7773ea85c9a828 /test/live_regabi.go
parente58bddde706c8814f82ec4ef404fc7ff36d88469 (diff)
downloadgo-a9de78ac88ff668bbe8c0dc5fdc9dc864ae60447.tar.gz
go-a9de78ac88ff668bbe8c0dc5fdc9dc864ae60447.zip
[dev.typeparams] cmd/compile, runtime: always enable defer/go wrapping
Hardwire regabidefers to true. Remove it from GOEXPERIMENTs. Fallback paths are not cleaned up in this CL. That will be done in later CLs. Change-Id: Iec1112a1e55d5f6ef70232a5ff6e702f649071c4 Reviewed-on: https://go-review.googlesource.com/c/go/+/325913 Trust: Cherry Mui <cherryyz@google.com> Run-TryBot: Cherry Mui <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'test/live_regabi.go')
-rw-r--r--test/live_regabi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/live_regabi.go b/test/live_regabi.go
index 2b0278ecb8..c35a27e4e0 100644
--- a/test/live_regabi.go
+++ b/test/live_regabi.go
@@ -1,5 +1,5 @@
// errorcheckwithauto -0 -l -live -wb=0 -d=ssa/insert_resched_checks/off
-// +build amd64,goexperiment.regabidefer,goexperiment.regabiargs
+// +build amd64,goexperiment.regabiargs
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style