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 e52ad92

Browse filesBrowse files
jakecastellitargos
authored andcommitted
test: remove unreachable return
PR-URL: #46807 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 247dfb7 commit e52ad92
Copy full SHA for e52ad92

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎test/abort/test-abort-fatal-error.js‎

Copy file name to clipboardExpand all lines: test/abort/test-abort-fatal-error.js
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ exec(cmdline, function(err, stdout, stderr) {
3636
console.log(stdout);
3737
console.log(stderr);
3838
assert(false, 'this test should fail');
39-
return;
4039
}
4140

4241
if (err.code !== 134 && err.signal !== 'SIGABRT') {

0 commit comments

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