]> Cypherpunks repositories - gostls13.git/commit
test: switch fieldtrack test to use GOEXPERIMENT
authorAustin Clements <austin@google.com>
Thu, 18 Mar 2021 15:35:45 +0000 (11:35 -0400)
committerAustin Clements <austin@google.com>
Thu, 18 Mar 2021 21:27:21 +0000 (21:27 +0000)
commitd3ab6b50496a58ff3deb2502b6c8b9b38947eeca
tree828edd59e36f6c89b5c3335c0ff734093fe88084
parentbdbba224040a0f079a80368d9956f85a10577045
test: switch fieldtrack test to use GOEXPERIMENT

Now that we can set GOEXPERIMENT at build time, we no longer need
-d=fieldtrack in the compiler to enabled field tracking at build time.
Switch the one test that uses -d=fieldtrack to use GOEXPERIMENT
instead so we can eliminate this debug flag and centralize on
GOEXPERIMENT.

Updates #42681.

Change-Id: I14c352c9a97187b9c5ec8027ff672d685f22f543
Reviewed-on: https://go-review.googlesource.com/c/go/+/302969
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
test/fixedbugs/issue42686.go
test/run.go