Skip to content

Commit

Permalink
test: remove unreachable return
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jakecastelli authored and targos committed Mar 13, 2023
1 parent 247dfb7 commit e52ad92
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 e52ad92

Please sign in to comment.