mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
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:
parent
5e8f0b027e
commit
2b829e24bb
@ -106,7 +106,3 @@ add_task(function* test_transfer_with_meta() {
|
||||
Assert.equal(result[i], i);
|
||||
}
|
||||
});
|
||||
|
||||
function run_test() {
|
||||
run_next_test();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user