Make backend tests less verbose
This commit is contained in:
parent
b350b443d0
commit
a60e3b5030
1 changed files with 0 additions and 2 deletions
|
@ -333,8 +333,6 @@ func TestLoadNegativeOffset(t testing.TB) {
|
|||
|
||||
buf := make([]byte, l)
|
||||
n, err := b.Load(handle, buf, int64(o))
|
||||
t.Logf("data %v, load(%v, %v) -> %v %v",
|
||||
len(data), len(buf), o, n, err)
|
||||
|
||||
// if we requested data beyond the end of the file, require
|
||||
// ErrUnexpectedEOF error
|
||||
|
|
Loading…
Reference in a new issue