Skip to content

Commit 0a4215c

Browse files
prattmicgopherbot
authored andcommitted
cmd/compile: keep internal/runtime packages sorted
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 <[email protected]> Auto-Submit: Michael Pratt <[email protected]> Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 38c427c commit 0a4215c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ func TestIntendedInlining(t *testing.T) {
9797
"traceLocker.ok",
9898
"traceEnabled",
9999
},
100-
"internal/runtime/sys": {},
101-
"internal/runtime/math": {
102-
"MulUintptr",
103-
},
104100
"bytes": {
105101
"(*Buffer).Bytes",
106102
"(*Buffer).Cap",
@@ -117,6 +113,10 @@ func TestIntendedInlining(t *testing.T) {
117113
"internal/abi": {
118114
"UseInterfaceSwitchCache",
119115
},
116+
"internal/runtime/math": {
117+
"MulUintptr",
118+
},
119+
"internal/runtime/sys": {},
120120
"compress/flate": {
121121
"byLiteral.Len",
122122
"byLiteral.Less",

0 commit comments

Comments
 (0)