aboutsummaryrefslogtreecommitdiff
path: root/docs/faq.md
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-08-03 21:37:57 -0400
committerAndy Soffer <asoffer@google.com>2021-08-04 13:54:45 -0400
commit5b40153003d1a5ad7b8f40cffcd09434afda3428 (patch)
tree7913bac9871c06d2d758c6e8b3ff5b343ce95c48 /docs/faq.md
parent652ec31f9f53ab34af1257e5e2783d77e872ed45 (diff)
downloadgoogletest-5b40153003d1a5ad7b8f40cffcd09434afda3428.zip
googletest-5b40153003d1a5ad7b8f40cffcd09434afda3428.tar.gz
googletest-5b40153003d1a5ad7b8f40cffcd09434afda3428.tar.bz2
Googletest export
Format documentation PiperOrigin-RevId: 388592443
Diffstat (limited to 'docs/faq.md')
-rw-r--r--docs/faq.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 9042da1..8e4fd5e 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -410,7 +410,6 @@ C++ is case-sensitive. Did you spell it as `Setup()`?
Similarly, sometimes people spell `SetUpTestSuite()` as `SetupTestSuite()` and
wonder why it's never called.
-
## I have several test suites which share the same test fixture logic, do I have to define a new test fixture class for each of them? This seems pretty tedious.
You don't have to. Instead of