summaryrefslogtreecommitdiffstats
path: root/xpcom/tests/unit/test_windows_registry.js
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/tests/unit/test_windows_registry.js')
-rw-r--r--xpcom/tests/unit/test_windows_registry.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/tests/unit/test_windows_registry.js b/xpcom/tests/unit/test_windows_registry.js
index 691c0461c3..ef5082a666 100644
--- a/xpcom/tests/unit/test_windows_registry.js
+++ b/xpcom/tests/unit/test_windows_registry.js
@@ -172,7 +172,7 @@ function test_childkey_functions(testKey) {
strictEqual(testKey.hasChild(TESTDATA_CHILD_KEY), false);
}
-function cleanup_test_run(testKey, keyName) {
+function cleanup_test_run(testKey) {
info("Cleaning up test.");
for (var i = 0; i < testKey.childCount; i++) {