Skip to content

Commit

Permalink
Update runtests.jl (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Viral B. Shah <[email protected]>
  • Loading branch information
nhz2 and ViralBShah authored Jan 12, 2024
1 parent ab6edf9 commit 952038c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 952038c

Please sign in to comment.