This should fix the noopt builders.
Change-Id: I49aa374f4d372803599cd2d2a7a29833b379ce1b
Reviewed-on: https://go-review.googlesource.com/c/go/+/475376
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Austin Clements <austin@google.com>
// Test traceback printing of inlined frames.
func TestTracebackInlined(t *testing.T) {
+ testenv.SkipIfOptimizationOff(t) // This test requires inlining
check := func(t *testing.T, r *ttiResult, funcs ...string) {
t.Helper()