forked from mirrors/gecko-dev
Bug 1763000 - Fix ESLint rule warnings for no-unused-vars in caps/tests/unit/test_no_remote_registration.js. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D142899
This commit is contained in:
parent
f2c3712011
commit
fd15cc3599
2 changed files with 0 additions and 2 deletions
|
|
@ -183,7 +183,6 @@ module.exports = {
|
||||||
// These are suitable as good first bugs, take one or two related lines
|
// These are suitable as good first bugs, take one or two related lines
|
||||||
// per bug.
|
// per bug.
|
||||||
"caps/tests/unit/test_origin.js",
|
"caps/tests/unit/test_origin.js",
|
||||||
"chrome/test/unit/test_no_remote_registration.js",
|
|
||||||
"extensions/permissions/**",
|
"extensions/permissions/**",
|
||||||
"image/test/unit/**",
|
"image/test/unit/**",
|
||||||
"intl/uconv/tests/unit/test_bug317216.js",
|
"intl/uconv/tests/unit/test_bug317216.js",
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
/* globals newAppInfo */
|
|
||||||
|
|
||||||
var manifests = [do_get_file("data/test_no_remote_registration.manifest")];
|
var manifests = [do_get_file("data/test_no_remote_registration.manifest")];
|
||||||
registerManifests(manifests);
|
registerManifests(manifests);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue