gecko-dev/toolkit/devtools/apps/tests/unit/tail_apps.js
Alexandre Poirot e5a949f63c Bug 958043 - Remove useless enable-content-actors pref and ContentTabActor in b2g parent process. r=past
--HG--
extra : rebase_source : bae30ce729a4d50de581365547b23b719a672171
2014-03-03 14:11:00 -05:00

7 lines
137 B
JavaScript

if (gClient) {
// Close the test remote connection before leaving this test
gClient.close(function () {
run_next_test();
});
}