mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
test: remove unused vars from parallel tests
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>
This commit is contained in:
parent
063c9f6886
commit
c14726cefc
38 changed files with 14 additions and 76 deletions
|
@ -16,7 +16,7 @@ common.ArrayStream.prototype.write = function(output) {
|
|||
};
|
||||
|
||||
const putIn = new common.ArrayStream();
|
||||
const testMe = repl.start('', putIn);
|
||||
repl.start('', putIn);
|
||||
let file = path.resolve(__dirname, '../fixtures/syntax/bad_syntax');
|
||||
|
||||
if (common.isWindows)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue