We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c427c commit 0a4215cCopy full SHA for 0a4215c
src/cmd/compile/internal/test/inl_test.go
@@ -97,10 +97,6 @@ func TestIntendedInlining(t *testing.T) {
97
"traceLocker.ok",
98
"traceEnabled",
99
},
100
- "internal/runtime/sys": {},
101
- "internal/runtime/math": {
102
- "MulUintptr",
103
- },
104
"bytes": {
105
"(*Buffer).Bytes",
106
"(*Buffer).Cap",
@@ -117,6 +113,10 @@ func TestIntendedInlining(t *testing.T) {
117
113
"internal/abi": {
118
114
"UseInterfaceSwitchCache",
119
115
116
+ "internal/runtime/math": {
+ "MulUintptr",
+ },
+ "internal/runtime/sys": {},
120
"compress/flate": {
121
"byLiteral.Len",
122
"byLiteral.Less",
0 commit comments