Skip to content

Commit

Permalink
test: remove obsolete domain test
Browse files Browse the repository at this point in the history
test-microtask-queue-run-immediate-domain.js tests that the behavior of
another test, test-microtask-queue-run-immediate.js, is still
consistent when the core domain module is loaded.

This was needed because before the changes in
#1622 were merged, the core domain
module would replace the function that would call nextTick callbacks
with a different implementation.

This is no longer the case, and as such that test is no longer needed.

R-URL: #23252
Refs: #16222
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Julien Gilli committed Oct 5, 2018
1 parent 2cf6a94 commit a8526cb
Showing 1 changed file with 0 additions and 66 deletions.
66 changes: 0 additions & 66 deletions test/parallel/test-microtask-queue-run-immediate-domain.js

This file was deleted.

0 comments on commit a8526cb

Please sign in to comment.