Skip to content

Commit bb18246

Browse files
jakecastellidanielleadams
authored andcommitted
test: remove unreachable return
PR-URL: #46807 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8646b06 commit bb18246

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
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)