Commit f1afeaa6 authored by Abseil Team's avatar Abseil Team Committed by Gennadiy Civil
Browse files

Googletest export

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

PiperOrigin-RevId: 276060801
parent 8c91ecef
...@@ -1803,7 +1803,7 @@ For technical reasons, there are some caveats: ...@@ -1803,7 +1803,7 @@ For technical reasons, there are some caveats:
## Registering tests programmatically ## Registering tests programmatically
The `TEST` macros handle the vast majority of all use cases, but there are few 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 provides the `::testing::RegisterTest` that allows callers to register arbitrary
tests dynamically. tests dynamically.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment