From 4a37a1d49fd472665b59b581fe6563a9e578fd71 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Wed, 6 Oct 2021 12:24:59 -0700 Subject: [PATCH] cmd/compile: add runtime.funcspdelta to intended inlining test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Follow-up to CL 354133. Suggested-by: Daniel Martí Change-Id: I0d0895dfa8c2deae0dbda6e683fbe41469849145 Reviewed-on: https://go-review.googlesource.com/c/go/+/354392 Trust: Josh Bleecher Snyder Trust: Daniel Martí Run-TryBot: Josh Bleecher Snyder Reviewed-by: Daniel Martí --- src/cmd/compile/internal/test/inl_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmd/compile/internal/test/inl_test.go b/src/cmd/compile/internal/test/inl_test.go index 5fa6411ae4..b10d37a17c 100644 --- a/src/cmd/compile/internal/test/inl_test.go +++ b/src/cmd/compile/internal/test/inl_test.go @@ -46,6 +46,7 @@ func TestIntendedInlining(t *testing.T) { "fastlog2", "fastrand", "float64bits", + "funcspdelta", "getArgInfoFast", "getm", "getMCache", -- 2.50.0