• Herbert Thielen's avatar
    avoid -Wshadow warning on GCC · 8abacca5
    Herbert Thielen authored
    When using INSTANTIATE_TEST_CASE_P with a lambda function which uses
    'info' as parameter name, GCC complains that this would shadow
    parameter 'info' used in the macro's VA_ARGS call.
    8abacca5
gtest-param-test_test.cc 37.8 KB