Skip to content

Commit

Permalink
test: remove unreachable return
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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]>
  • Loading branch information
jakecastelli authored Feb 25, 2023
1 parent 65d2a42 commit 69a0d8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/abort/test-abort-fatal-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ exec(cmdline, function(err, stdout, stderr) {
console.log(stdout);
console.log(stderr);
assert(false, 'this test should fail');
return;
}

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

0 comments on commit 69a0d8b

Please sign in to comment.