Bug 908142 - Part a: Move FAIL_ON_WARNINGS to moz.build in uriloader/exthandler/tests/; r=gps

This commit is contained in:
Ms2ger 2013-10-20 09:25:19 +02:00
parent cf503efa15
commit a4f9efba45
2 changed files with 2 additions and 4 deletions

View File

@ -2,10 +2,6 @@
# 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/.
FAIL_ON_WARNINGS = 1
include $(topsrcdir)/config/config.mk
LIBS += \
$(NSPR_LIBS) \
$(NULL)

View File

@ -6,6 +6,8 @@
DIRS += ['mochitest']
FAIL_ON_WARNINGS = True
MODULE = 'test_uriloader_exthandler'
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']