]> Cypherpunks repositories - gostls13.git/commit
test: relax live.go for GOEXPERIMENT=unified
authorMatthew Dempsky <mdempsky@google.com>
Tue, 9 Aug 2022 08:32:22 +0000 (01:32 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 10 Aug 2022 18:52:08 +0000 (18:52 +0000)
commit8003efe1b5520476c62c7fa6798150a61d621cde
treeb80ca8a888ea05141c428808d1b238ea98c2fb63
parentd4280fda462e06819a416a2e298b7896bdc1654c
test: relax live.go for GOEXPERIMENT=unified

This CL applies the same change to test/live.go that was previously
applied to test/live_regabi.go in golang.org/cl/415240. This wasn't
noticed at the time though, because GOEXPERIMENT=unified was only
being tested on linux-amd64, which is a regabi platform.

Change-Id: I0c75c2b7097544305e4174c2f5ec6ec283c81a8e
Reviewed-on: https://go-review.googlesource.com/c/go/+/422254
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
test/live.go