ruby-changes:59854
From: Koichi <ko1@a...>
Date: Tue, 28 Jan 2020 18:31:00 +0900 (JST)
Subject: [ruby-changes:59854] 65768c80be (master): remove debug code.
https://git.ruby-lang.org/ruby.git/commit/?id=65768c80be From 65768c80beb64a14c3e918f8ed5e41e9349025d0 Mon Sep 17 00:00:00 2001 From: Koichi Sasada <ko1@a...> Date: Tue, 28 Jan 2020 18:29:42 +0900 Subject: remove debug code. diff --git a/test/ruby/test_rand.rb b/test/ruby/test_rand.rb index 0808c1e..218bed7 100644 --- a/test/ruby/test_rand.rb +++ b/test/ruby/test_rand.rb @@ -2,9 +2,6 @@ https://github.com/ruby/ruby/blob/trunk/test/ruby/test_rand.rb#L2 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{ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/