1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

remove debug code.

This commit is contained in:
Koichi Sasada 2020-01-28 18:29:42 +09:00
parent 4d132fa130
commit 65768c80be

View file

@ -2,9 +2,6 @@
require 'test/unit'
class TestRand < Test::Unit::TestCase
def teardown
raise if srand == 0
end
def assert_random_int(ws, m, init = 0)
# call srand in another process
assert_separately [], %Q{