aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/symtab_test.go')
-rw-r--r--src/runtime/symtab_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/symtab_test.go b/src/runtime/symtab_test.go
index a83afc3385..79a114b02b 100644
--- a/src/runtime/symtab_test.go
+++ b/src/runtime/symtab_test.go
@@ -29,6 +29,7 @@ func TestCaller(t *testing.T) {
// These are marked noinline so that we can use FuncForPC
// in testCallerBar.
+//
//go:noinline
func testCallerFoo(t *testing.T) {
testCallerBar(t)