From 0ddd00f1959c78ce37c14fef3c83401408fca3bf Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 25 Feb 2020 15:07:00 -0500 Subject: Issue #439 - Remove tests from toolkit/ --- toolkit/forgetaboutsite/moz.build | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'toolkit/forgetaboutsite/moz.build') diff --git a/toolkit/forgetaboutsite/moz.build b/toolkit/forgetaboutsite/moz.build index 73bb42b0b..9f77df751 100644 --- a/toolkit/forgetaboutsite/moz.build +++ b/toolkit/forgetaboutsite/moz.build @@ -4,12 +4,4 @@ # 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/. -BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] -XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] - -EXTRA_JS_MODULES += [ - 'ForgetAboutSite.jsm', -] - -with Files('**'): - BUG_COMPONENT = ('Toolkit', 'Forget About Site') +EXTRA_JS_MODULES += ['ForgetAboutSite.jsm'] -- cgit v1.2.3