mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
Bug 1185764 - stop asserting that obsolete traceActor set; r=marco
This commit is contained in:
parent
9ea56c4310
commit
201de3e3ff
@ -18,7 +18,6 @@ function test() {
|
||||
ok(aResponse.tabs[0].gcliActor, "gcliActor set");
|
||||
ok(aResponse.tabs[0].styleEditorActor, "styleEditorActor set");
|
||||
ok(aResponse.tabs[0].inspectorActor, "inspectorActor set");
|
||||
ok(aResponse.tabs[0].traceActor, "traceActor set");
|
||||
ok(aResponse.deviceActor, "deviceActor set");
|
||||
|
||||
client.close(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user