mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1207499 - Part 5: Remove use of expression closure from modules/. r=mwu
This commit is contained in:
parent
9aae6fe100
commit
0fd4d136a3
@ -310,4 +310,6 @@ if (inChild) {
|
|||||||
});
|
});
|
||||||
} // if inChild
|
} // if inChild
|
||||||
|
|
||||||
function run_test() run_next_test();
|
function run_test() {
|
||||||
|
return run_next_test();
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user