Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / netwerk / test / unit_ipc / head_channels_clone.js
blobbe87bc8829d726a2db7aaa9811a6cb66f507f751
1 /* import-globals-from ../unit/head_channels.js */
2 // Load standard base class for network tests into child process
3 //
5 var { NetUtil } = ChromeUtils.importESModule(
6   "resource://gre/modules/NetUtil.sys.mjs"
7 );
8 var { XPCOMUtils } = ChromeUtils.importESModule(
9   "resource://gre/modules/XPCOMUtils.sys.mjs"
12 load("../unit/head_channels.js");