tenfourfox/devtools/shared/apps/tests/unit/tail_apps.js
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

7 lines
137 B
JavaScript

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