mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix the missing brackets
This commit is contained in:
parent
202ce7de01
commit
d448ecc7b1
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ defined?(PTY) and defined?(IO.console) and TestIO_Console.class_eval do
|
|||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
end
|
||||
if cc = ctrl["lnext"] && /freebsd/ !~ RUBY_PLATFORM
|
||||
if (cc = ctrl["lnext"]) && /freebsd/ !~ RUBY_PLATFORM
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
assert_ctrl("#{cc.ord}", cc, r, w)
|
||||
|
|
Loading…
Add table
Reference in a new issue