Skip to content

Commit

Permalink
fixup! Add tests for OSX and x86
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Oct 25, 2024
1 parent 6ef91a1 commit 329666e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/LibSSHTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,8 @@ end
@test attrs.size == 0

# Smoke test for Base.show()
c_attrs = unsafe_load(attrs.ptr)
@show c_attrs
show(IOBuffer(), attrs)

write(io, "foo")
Expand Down

0 comments on commit 329666e

Please sign in to comment.