зеркало из https://github.com/github/ruby.git
Родитель
e7571f163b
Коммит
0cfba9cdd9
|
@ -2,6 +2,9 @@
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
|
|
||||||
class TestRand < Test::Unit::TestCase
|
class TestRand < Test::Unit::TestCase
|
||||||
|
def teardown
|
||||||
|
raise if srand == 0
|
||||||
|
end
|
||||||
def assert_random_int(ws, m, init = 0)
|
def assert_random_int(ws, m, init = 0)
|
||||||
# call srand in another process
|
# call srand in another process
|
||||||
assert_separately [], %Q{
|
assert_separately [], %Q{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче