diff --git a/test/ruby/test_rand.rb b/test/ruby/test_rand.rb index 06f09df5ce..2fcac2d7d0 100644 --- a/test/ruby/test_rand.rb +++ b/test/ruby/test_rand.rb @@ -198,110 +198,6 @@ class TestRand < Test::Unit::TestCase end end - def test_random_state - state = <