Homec4science

Googletest export

Authored by Abseil Team <absl-team@google.com> on Oct 3 2019, 01:19.

Description

Googletest export

Add a compile time check to ensure that the parameters to TEST and TEST_F are not empty

Some compilers may 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: 272543242

Details

Committed
Gennadiy Civil <misterg@google.com>Oct 3 2019, 16:52
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:68319c19eb01: Googletest export
Branches
Unknown
Tags
Unknown

Event Timeline

Gennadiy Civil <misterg@google.com> committed R9484:4105eb726341: Googletest export (authored by Abseil Team <absl-team@google.com>).Oct 3 2019, 16:52