Skip to content

Commit f61213b

Browse files
authored
Merge pull request #1 from KristofferC/master
remove nonexistant readable keyword from TTY constructor
2 parents 2a60b34 + 233bca0 commit f61213b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TerminalRegressionTests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module TerminalRegressionTests
5454
pty = VT100.create_pty(false)
5555
new(
5656
IOBuffer(UInt8[], true, true, true, true, typemax(Int)),
57-
Base.TTY(pty.slave; readable = false), pty,
57+
Base.TTY(pty.slave), pty,
5858
pty.em, false, Condition(), Condition())
5959
end
6060
end

0 commit comments

Comments
 (0)