Skip to content

Commit

Permalink
Fix ambiguous UInt8 write to Emulated terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno authored Oct 21, 2017
1 parent a25a05b commit 166dd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TerminalRegressionTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module TerminalRegressionTests
wait(term.step)
end
end
for T in (Vector{UInt8}, Array, AbstractArray, String, Symbol, Any, Char)
for T in (Vector{UInt8}, Array, AbstractArray, String, Symbol, Any, Char, UInt8)
function Base.write(term::EmulatedTerminal,a::T)
write(term.out_stream, a)
if term.aggressive_yield
Expand Down

0 comments on commit 166dd8f

Please sign in to comment.