diff --git a/test/runtests.jl b/test/runtests.jl index 26d32c7..7f834a9 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -232,8 +232,6 @@ end @test read(stream, 3) == b"abr" seekstart(stream) @test read(stream, 3) == b"abr" - seekend(stream) - #@test eof(stream) end @testset "panic" begin