Skip to content

test: minor fixups for REPL eval tests - #11946

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:repl-test-cleanup
Closed

test: minor fixups for REPL eval tests#11946
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:repl-test-cleanup

Conversation

@addaleax

Copy link
Copy Markdown
Member

The process.on("exit") event handlers are unnecessary, so it’s okay
to drop them.

Ref: #11871

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test,repl

The `process.on("exit")` event handlers are unnecessary, so it’s okay
to drop them.
Ref: nodejs#11871
@addaleaxaddaleax added dont-land-on-v4.x repl Issues and PRs related to the REPL subsystem. test Issues and PRs related to the tests. labels Mar 20, 2017

@Fishrock123Fishrock123 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

jasnell pushed a commit that referenced this pull request Mar 22, 2017
The `process.on("exit")` event handlers are unnecessary, so it’s okay
to drop them.
PR-URL: #11946
Ref: #11871
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in 64d0a73

@jasnelljasnell closed this Mar 22, 2017
@jasnelljasnell mentioned this pull request Apr 4, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

replIssues and PRs related to the REPL subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@addaleax@jasnell@evanlucas@Fishrock123@cjihrig