Skip to content

Commit

Permalink
doc: escape asterisk in cctest gtest-filter
Browse files Browse the repository at this point in the history
PR-URL: #36034
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
RaisinTen authored and BethGriggs committed Dec 15, 2020
1 parent 9470bf5 commit 6daf204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/writing-tests.md
Expand Up @@ -418,7 +418,7 @@ $ make cctest GTEST_FILTER=EnvironmentTest.AtExitWithArgument
`cctest` can also be run directly which can be useful when debugging:

```console
$ out/Release/cctest --gtest_filter=EnvironmentTest.AtExit*
$ out/Release/cctest --gtest_filter=EnvironmentTest.AtExit\*
```

### Node.js test fixture
Expand Down

0 comments on commit 6daf204

Please sign in to comment.