# File lib/minitest/unit.rb, line 999
      def windows? platform = RUBY_PLATFORM
        /mswin|mingw/ =~ platform
      end