diff options
Diffstat (limited to 'netwerk/test/unit_ipc/head_channels_clone.js')
-rw-r--r-- | netwerk/test/unit_ipc/head_channels_clone.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/netwerk/test/unit_ipc/head_channels_clone.js b/netwerk/test/unit_ipc/head_channels_clone.js new file mode 100644 index 0000000000..f5eb45cbb8 --- /dev/null +++ b/netwerk/test/unit_ipc/head_channels_clone.js @@ -0,0 +1,8 @@ +// +// Load standard base class for network tests into child process +// + +Components.utils.import('resource://gre/modules/XPCOMUtils.jsm'); + +load("../unit/head_channels.js"); + |