mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 12:01:35 +08:00
*: parallelize tests where possible (#4115)
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user