Commit 1fb1bb23 authored by Abseil Team's avatar Abseil Team Committed by Andy Getz
Browse files

Googletest export

Update faq.md on underscore to mention `DISABLED_` prefix.

PiperOrigin-RevId: 334507963
parent 477998ee
......@@ -6,6 +6,10 @@
## Why should test suite names and test names not contain underscore?
Note: Googletest reserves underscore (`_`) for special purpose keywords, such as
[the `DISABLED_` prefix](advanced.md#temporarily-disabling-tests), in addition
to the following rationale.
Underscore (`_`) is special, as C++ reserves the following to be used by the
compiler and the standard library:
......
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