diff options
author | Abseil Team <absl-team@google.com> | 2019-10-10 18:04:20 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-10-11 07:07:03 -0400 |
commit | a4a5a7c768ceaf8fdc79ccf1d9e3bfb9f481efa6 (patch) | |
tree | 240f5c8290e2c2f895e95deb35a66bdfe6616083 /library.json | |
parent | ed78e54f38ab10c775e39e5c4d500c6134a60d64 (diff) | |
download | googletest-a4a5a7c768ceaf8fdc79ccf1d9e3bfb9f481efa6.tar.gz googletest-a4a5a7c768ceaf8fdc79ccf1d9e3bfb9f481efa6.tar.bz2 googletest-a4a5a7c768ceaf8fdc79ccf1d9e3bfb9f481efa6.zip |
Googletest export
- Fix a bug in dealing with paramaterized tests where the name is it self a macro expansion.
- Add a compile time check to ensure that the parameters to TEST_P and INSTANTIATE_TEST_SUITE_P are not empty. The above fix causes some compilers to 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: 274047249
Diffstat (limited to 'library.json')
0 files changed, 0 insertions, 0 deletions