Bug 1305444 - Remove run_test(); r=Yoric

A run_test() calling run_next_test() is optional in xpcshell tests as
of a9738e5f636a (bug 982852).

MozReview-Commit-ID: DT3sfm6JcAG

--HG--
extra : rebase_source : f3c7c19df8b283e6360fd6975c421a004d26c8ef
This commit is contained in:
Gregory Szorc 2016-09-24 18:20:25 -07:00
Родитель 5e8f0b027e
Коммит 2b829e24bb
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -106,7 +106,3 @@ add_task(function* test_transfer_with_meta() {
Assert.equal(result[i], i);
}
});
function run_test() {
run_next_test();
}