# File lib/minitest/unit.rb, line 721
    def synchronize
      Minitest::Unit.runner.synchronize do
        yield
      end
    end