summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tool/lib/minitest/unit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/lib/minitest/unit.rb b/tool/lib/minitest/unit.rb
index c85b41e5fc..7090f8af3f 100644
--- a/tool/lib/minitest/unit.rb
+++ b/tool/lib/minitest/unit.rb
@@ -779,6 +779,7 @@ module MiniTest
@@installed_at_exit ||= false
@@out = $stdout
@@after_tests = []
+ @@current_repeat_count = 0
##
# A simple hook allowing you to run a block of code after _all_ of