Skip to content

Commit

Permalink
Merge pull request #26 from JuliaIO/sjk/1.0
Browse files Browse the repository at this point in the history
Test and close issue #22
  • Loading branch information
sjkelly authored Oct 12, 2018
2 parents 0c1c387 + 3f81fbb commit 40a0217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/loopback_hardware_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ sleep(1)
@show write(s, txt)
sleep(1)
@show readavailable(s)
@show write(s, Vector{UInt8}("Hello\n")) #22
@show readavailable(s)

close(s)

0 comments on commit 40a0217

Please sign in to comment.