mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Fix #8220
This commit is contained in:
parent
081c061538
commit
0ffaaff8a7
2 changed files with 4 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ func TestParseSocketAddress(t *testing.T) {
|
|||
test(spec)
|
||||
}
|
||||
teste := func(spec string, e string) {
|
||||
eerr = fmt.Errorf(e)
|
||||
eerr = fmt.Errorf("%s", e)
|
||||
test(spec)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue