This reverts commit 65768c80be.
This commit is contained in:
Koichi Sasada 2020-01-29 00:55:11 +09:00
Родитель e7571f163b
Коммит 0cfba9cdd9
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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{