aboutsummaryrefslogtreecommitdiff
path: root/test/live.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.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.go')
-rw-r--r--test/live.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/live.go b/test/live.go
index ee51134371..5b14932cae 100644
--- a/test/live.go
+++ b/test/live.go
@@ -1,5 +1,5 @@
// errorcheckwithauto -0 -l -live -wb=0 -d=ssa/insert_resched_checks/off
-// +build !ppc64,!ppc64le,goexperiment.regabidefer,!goexperiment.regabiargs
+// +build !ppc64,!ppc64le,!goexperiment.regabiargs
// ppc64 needs a better tighten pass to make f18 pass
// rescheduling checks need to be turned off because there are some live variables across the inserted check call