Skip to content

test: remove unused util imports - #4562

Closed
Trott wants to merge 1 commit into
nodejs:v4.x-stagingfrom
Trott:lts-rm-unused-util
Closed

test: remove unused util imports#4562
Trott wants to merge 1 commit into
nodejs:v4.x-stagingfrom
Trott:lts-rm-unused-util

Conversation

@Trott

@TrottTrott commented Jan 7, 2016

Copy link
Copy Markdown
Member

This is #4397 backported for LTS.

A number of tests in test/parallel were importing the util module
via require() but not using util for anything. This removes those
require() statements.

@TrottTrott mentioned this pull request Jan 7, 2016
@TrottTrott added the lts Issues and PRs related to Long Term Support releases. label Jan 7, 2016
@Trott
Trottforce-pushed the lts-rm-unused-util branch from 7e2d0e6 to 4468bd4CompareJanuary 7, 2016 06:09
@Trott

Trott commented Jan 7, 2016

Copy link
Copy Markdown
MemberAuthor

Let's try that again...

CI: https://ci.nodejs.org/job/node-test-pull-request/1156/

@mscdexmscdex added the v4.x label Jan 7, 2016
Comment threadtest/parallel/test-repl-domain.js Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stylistic change, arguably doesn't belong in a commit with the word 'remove' in it.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was an accident. I'll fix it and force push.

@bnoordhuis

Copy link
Copy Markdown
Member

LGTM with a comment.

@cjihrig

Copy link
Copy Markdown
Contributor

LGTM

A number of tests in `test/parallel` were importing the `util` module
via `require()` but not using `util` for anything. This removes those
`require()` statements.
@Trott
Trottforce-pushed the lts-rm-unused-util branch from 4468bd4 to f323eb7CompareJanuary 7, 2016 15:32
@jasnell

Copy link
Copy Markdown
Member

LGTM

Trott added a commit that referenced this pull request Jan 8, 2016
A number of tests in `test/parallel` were importing the `util` module
via `require()` but not using `util` for anything. This removes those
`require()` statements.
PR-URL: #4562
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in v4.x-staging in 51e0693

@jasnelljasnell closed this Jan 8, 2016
MylesBorins pushed a commit that referenced this pull request Jan 19, 2016
A number of tests in `test/parallel` were importing the `util` module
via `require()` but not using `util` for anything. This removes those
`require()` statements.
PR-URL: #4562
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Jan 19, 2016
@Trott
Trott deleted the lts-rm-unused-util branch January 13, 2022 22:31
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ltsIssues and PRs related to Long Term Support releases.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@bnoordhuis@cjihrig@jasnell@mscdex