Skip to content
  • Ben Gamari's avatar
    028f081e
    testsuite: Fix T11829 on Centos 7 · 028f081e
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    It appears that Centos 7 has a more strict C++ compiler than most
    distributions since std::runtime_error is defined in <stdexcept> rather
    than <exception>. In T11829 we mistakenly imported the latter.
    028f081e
    testsuite: Fix T11829 on Centos 7
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    It appears that Centos 7 has a more strict C++ compiler than most
    distributions since std::runtime_error is defined in <stdexcept> rather
    than <exception>. In T11829 we mistakenly imported the latter.
Loading