]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: keep internal/runtime packages sorted
authorMichael Pratt <mpratt@google.com>
Wed, 26 Jun 2024 18:58:12 +0000 (14:58 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 31 Jul 2024 22:11:37 +0000 (22:11 +0000)
This is a minor cleanup from CL 600436.

For #65355.

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest,gotip-darwin-amd64-longtest
Change-Id: I8e27f0c6ba6bd35f4aa2b9d53c394fb5f1eb433d
Reviewed-on: https://go-review.googlesource.com/c/go/+/595116
Reviewed-by: Austin Clements <austin@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/cmd/compile/internal/test/inl_test.go

index 58f5df953b46d4571d7346ff08bdff602d1f8f22..5a8a156f02a9e9d62478e7223229bf32c2a33c76 100644 (file)
@@ -97,10 +97,6 @@ func TestIntendedInlining(t *testing.T) {
                        "traceLocker.ok",
                        "traceEnabled",
                },
-               "internal/runtime/sys": {},
-               "internal/runtime/math": {
-                       "MulUintptr",
-               },
                "bytes": {
                        "(*Buffer).Bytes",
                        "(*Buffer).Cap",
@@ -117,6 +113,10 @@ func TestIntendedInlining(t *testing.T) {
                "internal/abi": {
                        "UseInterfaceSwitchCache",
                },
+               "internal/runtime/math": {
+                       "MulUintptr",
+               },
+               "internal/runtime/sys": {},
                "compress/flate": {
                        "byLiteral.Len",
                        "byLiteral.Less",