We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdae9ad commit dcb2760Copy full SHA for dcb2760
doc/guides/writing-tests.md
@@ -418,7 +418,7 @@ $ make cctest GTEST_FILTER=EnvironmentTest.AtExitWithArgument
418
`cctest` can also be run directly which can be useful when debugging:
419
420
```console
421
-$ out/Release/cctest --gtest_filter=EnvironmentTest.AtExit*
+$ out/Release/cctest --gtest_filter=EnvironmentTest.AtExit\*
422
```
423
424
### Node.js test fixture
0 commit comments