]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Googletest export
authorAbseil Team <absl-team@google.com>
Wed, 30 Sep 2020 01:52:15 +0000 (21:52 -0400)
committerAndy Getz <durandal@google.com>
Thu, 1 Oct 2020 00:52:45 +0000 (20:52 -0400)
Update faq.md on underscore to mention `DISABLED_` prefix.

PiperOrigin-RevId: 334507963

googletest/docs/faq.md

index f290f0250b5e0ffc446e1f0676943300e7a0dd0e..3ece95bc04a9123109a1b1e7c64ec18bb21e4eef 100644 (file)
@@ -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: