summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/test_bootstrap_globals.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/extensions/test/xpcshell/test_bootstrap_globals.js')
-rw-r--r--toolkit/mozapps/extensions/test/xpcshell/test_bootstrap_globals.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/mozapps/extensions/test/xpcshell/test_bootstrap_globals.js b/toolkit/mozapps/extensions/test/xpcshell/test_bootstrap_globals.js
index 29b538d21..2243a21a2 100644
--- a/toolkit/mozapps/extensions/test/xpcshell/test_bootstrap_globals.js
+++ b/toolkit/mozapps/extensions/test/xpcshell/test_bootstrap_globals.js
@@ -23,7 +23,7 @@ function run_test() {
}, "bootstrap-request-globals", false);
Services.obs.addObserver(function({ wrappedJSObject: seenGlobals }) {
- for (let [name, ] of EXPECTED_GLOBALS)
+ for (let [name,] of EXPECTED_GLOBALS)
do_check_true(seenGlobals.has(name));
sawGlobals = true;