summaryrefslogtreecommitdiffstats
path: root/docs/advanced.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/advanced.md')
-rw-r--r--docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced.md b/docs/advanced.md
index da7cf07..9b44a58 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