Skip to content

Commit

Permalink
test: remove unused variable
Browse files Browse the repository at this point in the history
PR-URL: #17187
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
gflandre authored and gibfahn committed Dec 19, 2017
1 parent 475634b commit 0b86469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-timers-block-eventloop.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const t3 =
setTimeout(common.mustNotCall('eventloop blocked!'), platformTimeout(200));

setTimeout(function() {
fs.stat('/dev/nonexistent', (err, stats) => {
fs.stat('/dev/nonexistent', () => {
clearInterval(t1);
clearInterval(t2);
clearTimeout(t3);
Expand Down

0 comments on commit 0b86469

Please sign in to comment.