Bug 1207499 - Part 5: Remove use of expression closure from modules/. r=mwu

This commit is contained in:
Tooru Fujisawa 2015-09-23 18:42:18 +09:00
parent 9aae6fe100
commit 0fd4d136a3

View File

@ -310,4 +310,6 @@ if (inChild) {
});
} // if inChild
function run_test() run_next_test();
function run_test() {
return run_next_test();
}