diff options
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/cgo/testshared/shared_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cgo/testshared/shared_test.go b/misc/cgo/testshared/shared_test.go index 756c4baa6b..634d7556a8 100644 --- a/misc/cgo/testshared/shared_test.go +++ b/misc/cgo/testshared/shared_test.go @@ -589,12 +589,12 @@ func testABIHashNote(t *testing.T, f *elf.File, note *note) { return } for _, sym := range symbols { - if sym.Name == "go.link.abihashbytes" { + if sym.Name == "go:link.abihashbytes" { hashbytes = sym } } if hashbytes.Name == "" { - t.Errorf("no symbol called go.link.abihashbytes") + t.Errorf("no symbol called go:link.abihashbytes") return } if elf.ST_BIND(hashbytes.Info) != elf.STB_LOCAL { |
