aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/compile/internal/test/inl_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/test/inl_test.go b/src/cmd/compile/internal/test/inl_test.go
index eda6084b48..a49cd767db 100644
--- a/src/cmd/compile/internal/test/inl_test.go
+++ b/src/cmd/compile/internal/test/inl_test.go
@@ -125,6 +125,8 @@ func TestIntendedInlining(t *testing.T) {
"assemble64",
},
"unicode/utf8": {
+ "DecodeRune",
+ "DecodeRuneInString",
"FullRune",
"FullRuneInString",
"RuneLen",