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:
parent
4d132fa130
commit
65768c80be
1 changed files with 0 additions and 3 deletions
|
@ -2,9 +2,6 @@
|
||||||
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{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue