ROCm/rocPRIM

Google test deprecated

Closed this issue · 3 comments

Testing does not build anymore.
building results in
TYPED_TEST_CASE is deprecated, please use TYPED_TEST_SUITE

googletest has deprecated this. Pin googletest to older version or fix?
https://github.com/google/googletest/blob/9a502a5b14b4a6160103c1f2c64331772878d86a/googletest/include/gtest/gtest-typed-test.h#L230

Hi @VincentSC
Can you look into this?

Saad

Ok, fixed in develop and master too: 734b83d