Bug 972846 - There's a redundant teardown call in the last testParamsTab function in browser_net_complex-params.js, r=me

This commit is contained in:
Victor Porof 2014-02-14 14:21:37 -05:00
parent 71dd487cb9
commit 434a1ccc35

View File

@ -138,8 +138,6 @@ function test() {
"The text shown in the source editor is incorrect.");
is(aEditor.getMode(), Editor.modes[aEditorMode],
"The mode active in the source editor is incorrect.");
teardown(aMonitor).then(finish);
});
}