mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
03f08dafc8
commit
7bbe99cb74
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ class TestReadline < Test::Unit::TestCase
|
|||
w << "\cr\u3042\u3093"
|
||||
w.reopen(IO::NULL)
|
||||
assert_equal("\u3046\u3093", Readline.readline("", true), bug6602)
|
||||
Timeout.(2) do
|
||||
Timeout.timeout(2) do
|
||||
assert_equal("\u3042\u3093", Readline.readline("", true), bug6602)
|
||||
end
|
||||
assert_equal(nil, Readline.readline("", true), bug6602)
|
||||
|
|
Loading…
Add table
Reference in a new issue