*: parallelize tests where possible (#4115)

This commit is contained in:
Derek Parker
2025-08-31 09:11:53 -04:00
committed by GitHub
parent 7cb015b439
commit e46c82b9bd
18 changed files with 168 additions and 59 deletions

View File

@ -8,6 +8,7 @@ import (
)
func TestReadString(t *testing.T) {
t.Parallel()
bstr := bytes.NewBuffer([]byte{'h', 'i', 0x0, 0xFF, 0xCC})
str, _ := dwarf.ReadString(bstr)