summaryrefslogtreecommitdiff
path: root/test/parallel/test-timer-immediate.js
blob: 385fa4baca4ee5eee7d86b925c5c09324c553929 (plain)
1
2
3
4
5
'use strict';
const common = require('../common');
common.globalCheck = false;
global.process = {};  // Boom!
setImmediate(common.mustCall());