summaryrefslogtreecommitdiffstats
path: root/devtools/shared/transport/tests/xpcshell/test_queue.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/shared/transport/tests/xpcshell/test_queue.js')
-rw-r--r--devtools/shared/transport/tests/xpcshell/test_queue.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/shared/transport/tests/xpcshell/test_queue.js b/devtools/shared/transport/tests/xpcshell/test_queue.js
index 603640e34d..69f109fdac 100644
--- a/devtools/shared/transport/tests/xpcshell/test_queue.js
+++ b/devtools/shared/transport/tests/xpcshell/test_queue.js
@@ -53,7 +53,7 @@ var test_transport = async function (transportFactory) {
uri: NetUtil.newURI(getTestTempFile("bulk-input")),
loadUsingSystemPrincipal: true,
},
- function (input, status) {
+ function (input) {
copyFrom(input).then(() => {
input.close();
});