зеркало из https://github.com/github/ruby.git
* test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add a
test. see [ruby-core:23282] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ad20a9e01a
Коммит
1d0252d597
|
@ -421,4 +421,9 @@ class TestFloat < Test::Unit::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
def test_sleep_with_Float
|
||||
assert_nothing_raised("[ruby-core:23282]") do
|
||||
sleep(0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1+0.1)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче