Commit 1de97fd1 authored by Sebastian Krämer's avatar Sebastian Krämer
Browse files

Apply suggestions from code review for GTEST_SKIP documentation



Extended example and some rewording by @ericschmidtatwork, thank you.
Co-authored-by: default avatarEric Schmidt <shibumi@google.com>
parent c4ed56eb
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment