Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dcb2760

Browse filesBrowse files
RaisinTendanielleadams
authored andcommitted
doc: escape asterisk in cctest gtest-filter
PR-URL: #36034 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent fdae9ad commit dcb2760
Copy full SHA for dcb2760

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/guides/writing-tests.md‎

Copy file name to clipboardExpand all lines: doc/guides/writing-tests.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ $ make cctest GTEST_FILTER=EnvironmentTest.AtExitWithArgument
418418
`cctest` can also be run directly which can be useful when debugging:
419419

420420
```console
421-
$ out/Release/cctest --gtest_filter=EnvironmentTest.AtExit*
421+
$ out/Release/cctest --gtest_filter=EnvironmentTest.AtExit\*
422422
```
423423

424424
### Node.js test fixture

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.