[dev.typeparams] internal/goexperiment: regenerate generated files

Rerun the generator. exp_regabi_{on,off}.go are gone, as "regabi"
itself is not a goexperiment that we test at run time (the
sub-experiments are).

Change-Id: Ic1f31b4ef2769a143f768e1b3dc7221041aafca9
Reviewed-on: https://go-review.googlesource.com/c/go/+/325912
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>
This commit is contained in:
Cherry Mui 2021-06-07 18:22:14 -04:00
parent 0c40cb4a07
commit e58bddde70
2 changed files with 0 additions and 18 deletions

View file

@ -1,9 +0,0 @@
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build !goexperiment.regabi
// +build !goexperiment.regabi
package goexperiment
const Regabi = false
const RegabiInt = 0

View file

@ -1,9 +0,0 @@
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build goexperiment.regabi
// +build goexperiment.regabi
package goexperiment
const Regabi = true
const RegabiInt = 1