Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix nits
  • Loading branch information
yorkie committed Nov 17, 2015
commit 3a4b6afb04925030caa999c4fc0750698ee7a189
6 changes: 0 additions & 6 deletions test/parallel/test-next-tick-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ process.nextTick(function() {
order.push('C');
});

assert.throws(
function () {
process.nextTick
}
);

function testNextTickWith(val) {
assert.throws(
function() {
Expand Down