summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krämer <sebkraemer@posteo.org>2021-04-15 22:11:23 +0200
committerSebastian Krämer <sebkraemer@posteo.org>2021-04-15 22:28:41 +0200
commit1de97fd1c32e5eb4ff111b4e033a9e9aa848430f (patch)
treef8590633ac8a388cfeffcdff25a6649113ccb9f6
parentc4ed56eb75b1c1f9d1fc7e98f8c9724bb73e2442 (diff)
downloadgoogletest-1de97fd1c32e5eb4ff111b4e033a9e9aa848430f.tar.gz
googletest-1de97fd1c32e5eb4ff111b4e033a9e9aa848430f.zip
Apply suggestions from code review for GTEST_SKIP documentation
Extended example and some rewording by @ericschmidtatwork, thank you. Co-authored-by: Eric Schmidt <shibumi@google.com>
-rw-r--r--docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced.md b/docs/advanced.md
index da7cf079..9b44a582 100644
--- a/docs/advanced.md
+++ b/docs/advanced.md
@@ -551,7 +551,7 @@ TEST_F(Fixture, SkipsOneTest) {
}
```
-The informational text is optional.
+As with assertion macros, you can stream a custom message into `GTEST_SKIP()`.
## Teaching googletest How to Print Your Values
OpenPOWER on IntegriCloud