mirror of
https://github.com/google/googletest.git
synced 2025-12-06 23:56:41 +08:00
If REGISTER_TYPED_TEST_CASE_P is included in a header file, but the .cc file does not declare INSTANTIATE_TYPED_TEST_CASE_P, an unused-variable warning may be raised by the compiler.