mirror of https://github.com/c-ares/c-ares.git
try to fix compat with googletest 1.15 (#874)
Due to running containerized tests we had to cut and paste the `TEST_P` macro definition in `googletest/include/gtest/gtest-param-test.h`, and modify it as it isn't designed to be wrapped in any way. Unfortunately this tends to change from release to release, usually in minor ways ... but also google test specifically doesn't advertise its own version so it can be hard to work around. Lets try to fix compatibility with google test 1.15 Fixes #873 Authored-By: Brad House (@bradh352)pull/875/head
parent
f09f0a021b
commit
3ab50cbee7
1 changed files with 16 additions and 9 deletions
Loading…
Reference in new issue