class RubyMemcheck::TestTaskReporter

def output_valgrind_errors

def output_valgrind_errors
  @errors.each do |error|
    configuration.output_io.puts error
    configuration.output_io.puts
  end
end