-
- Downloads
Googletest export
Add a compile time check to ensure that the parameters to TEST_P and INSTANTIATE_TEST_SUITE_P are not empty. Some compilers already fail in that case and, even where it works, it's likely to result in technically invalid code by virtue of creating reserved identifiers: https://en.cppreference.com/w/cpp/language/identifiers PiperOrigin-RevId: 273832263
Showing
- googletest/include/gtest/gtest-param-test.h 15 additions, 5 deletionsgoogletest/include/gtest/gtest-param-test.h
- googletest/test/googletest-output-test-golden-lin.txt 3 additions, 3 deletionsgoogletest/test/googletest-output-test-golden-lin.txt
- googletest/test/googletest-output-test_.cc 1 addition, 1 deletiongoogletest/test/googletest-output-test_.cc
- googletest/test/gtest_unittest.cc 1 addition, 1 deletiongoogletest/test/gtest_unittest.cc
Loading
Please register or sign in to comment