Bug 1485660 - Remove gcli leftover. r=jdescottes

MozReview-Commit-ID: FMuFBTseBIx

Depends on D7461

Differential Revision: https://phabricator.services.mozilla.com/D7462

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alexandre Poirot 2018-10-11 15:46:37 +00:00
Родитель 5df601ee2f
Коммит 813f924c73
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -115,10 +115,6 @@ function test() {
todo(false, "Front for " + actor + " still held in pool!");
continue;
}
// gcliActor is for the commandline which is separate to the toolbox
if (actor.includes("gcliActor")) {
continue;
}
ok(false, "Front for " + actor + " still held in pool!");
}
}