diff --git a/tests/core/io/test_core_io.odin b/tests/core/io/test_core_io.odin index b9de18c6e..56fc9a0cb 100644 --- a/tests/core/io/test_core_io.odin +++ b/tests/core/io/test_core_io.odin @@ -467,7 +467,12 @@ test_limited_reader :: proc(t: ^testing.T) { ok: bool for end in 0.., %v", pos, seek_err) { + return + } + results, ok = _test_stream(t, io.limited_reader_init(&lr, bs, end), buf[:end]) if !ok { log.debugf("buffer[:%i] := %v", end, buf[:end])