gecko-dev/chrome/test/unit_ipc/test_resolve_uris_ipc.js
Mithilan 28220f084a Bug 1403956 - Enable ESLint from chrome/ directory. r=standard8
MozReview-Commit-ID: LHSMjEKeNAe

--HG--
extra : rebase_source : 36c231e48283dc433fee748b8fbf4cf4ab13dd14
2017-10-26 16:56:18 -04:00

10 lines
245 B
JavaScript

//
// Run test script in content process instead of chrome (xpcshell's default)
//
function run_test() {
/* globals do_run_test */
load("../unit/test_resolve_uris.js");
do_run_test();
run_test_in_child("../unit/test_resolve_uris.js");
}