diff options
Diffstat (limited to 'devtools/server/tests/xpcshell/test_stepping-18.js')
-rw-r--r-- | devtools/server/tests/xpcshell/test_stepping-18.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/server/tests/xpcshell/test_stepping-18.js b/devtools/server/tests/xpcshell/test_stepping-18.js index e8581835d3..4961173074 100644 --- a/devtools/server/tests/xpcshell/test_stepping-18.js +++ b/devtools/server/tests/xpcshell/test_stepping-18.js @@ -8,7 +8,7 @@ * going to the function b's call-site. */ -async function testFinish({ threadFront, devToolsClient }) { +async function testFinish({ devToolsClient }) { await close(devToolsClient); do_test_finished(); |