summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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