mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
e5a949f63c
--HG-- extra : rebase_source : bae30ce729a4d50de581365547b23b719a672171
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
if (gClient) {
|
|
// Close the test remote connection before leaving this test
|
|
gClient.close(function () {
|
|
run_next_test();
|
|
});
|
|
}
|