mirror of https://github.com/nodejs/node.git
6 lines
166 B
JavaScript
6 lines
166 B
JavaScript
|
'use strict';
|
||
|
const common = require('../../common');
|
||
|
const { SetImmediate } = require(`./build/${common.buildType}/test_uv_loop`);
|
||
|
|
||
|
SetImmediate(common.mustCall());
|