class Minitest::Test

def marshal_load ary # :nodoc:

:nodoc:
def marshal_load ary # :nodoc:
  self.time = ary.pop
  super
end