Skip to content

Commit

Permalink
Revert "srand($seed) at the beginning of each test"
Browse files Browse the repository at this point in the history
This reverts commit 7c1553e.
It breaks some tests.
  • Loading branch information
ko1 committed Feb 26, 2020
1 parent 8296da8 commit f9d3142
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tool/lib/minitest/unit.rb
Expand Up @@ -1297,9 +1297,6 @@ def run runner
start_time = Time.now

result = ""

srand @options[:seed]

begin
@passed = nil
self.before_setup
Expand Down

0 comments on commit f9d3142

Please sign in to comment.