aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/resource_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/tests/resource_thread.rs')
-rw-r--r--components/net/tests/resource_thread.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net/tests/resource_thread.rs b/components/net/tests/resource_thread.rs
index 0de76fd5dd1..05b8bbad640 100644
--- a/components/net/tests/resource_thread.rs
+++ b/components/net/tests/resource_thread.rs
@@ -25,7 +25,6 @@ fn test_exit() {
let (mtx, _mrx) = ipc::channel().unwrap();
let (sender, receiver) = ipc::channel().unwrap();
let (resource_thread, _private_resource_thread) = new_core_resource_thread(
- "".into(),
None,
ProfilerChan(tx),
MemProfilerChan(mtx),