]> Cypherpunks repositories - gostls13.git/commit
test: fix inline test on noopt builder
authorKeith Randall <khr@golang.org>
Sat, 26 Mar 2022 19:21:36 +0000 (12:21 -0700)
committerKeith Randall <khr@golang.org>
Sun, 27 Mar 2022 18:38:56 +0000 (18:38 +0000)
commit018b78cc5b4b08447076f143271c249c0dde1297
treedf3abaf28ec85888d22cfb6c7b28135579ee118b
parent3bd8c78575a27ee9ac7b3c8d8c35db1feee31737
test: fix inline test on noopt builder

CL 394074 broke the noopt builder. Something about time.After's inlining
depends on the build flags to make.bash, not the build flags that run.go
passes.

Change-Id: Ib284c66ea2008a4d32829c055d57c54a34ec3fb4
Reviewed-on: https://go-review.googlesource.com/c/go/+/396037
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
test/inline.go