backend/test: Skip offset == length test

This commit is contained in:
Alexander Neumann 2017-05-28 12:32:42 +02:00
parent 79477fdfe4
commit 24ec14738d
1 changed files with 2 additions and 2 deletions

View File

@ -156,8 +156,8 @@ func (s *Suite) TestLoad(t *testing.T) {
if o < len(d) {
d = d[o:]
} else {
o = len(d)
d = d[:0]
t.Logf("offset == length, skipping test")
continue
}
getlen := l