mirror of https://github.com/lukechilds/node.git
Browse Source
Remove all remaining unused variables from tests in test/parallel. PR-URL: https://github.com/nodejs/node/pull/4511 Reviewed-By: James M Snell<jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>v5.x
Rich Trott
9 years ago
committed by
Jeremiah Senkpiel
38 changed files with 14 additions and 76 deletions
@ -1,6 +1,6 @@ |
|||
'use strict'; |
|||
require('../common'); |
|||
process.domain = null; |
|||
var timer = setTimeout(function() { |
|||
setTimeout(function() { |
|||
console.log('this console.log statement should not make node crash'); |
|||
}, 1); |
|||
|
Loading…
Reference in new issue