Googletest export

Typo in Registering tests programmatically section. Changed "were" to "where".

PiperOrigin-RevId: 276060801
This commit is contained in:
Abseil Team 2019-10-22 10:33:51 -04:00 committed by Gennadiy Civil
parent 8c91ecef29
commit f1afeaa643

View File

@ -1803,7 +1803,7 @@ For technical reasons, there are some caveats:
## Registering tests programmatically
The `TEST` macros handle the vast majority of all use cases, but there are few
were runtime registration logic is required. For those cases, the framework
where runtime registration logic is required. For those cases, the framework
provides the `::testing::RegisterTest` that allows callers to register arbitrary
tests dynamically.