Bug 1043963 - Followup: correct condition in dom/network/moz.build.

This commit is contained in:
Ms2ger 2014-07-29 12:40:00 +02:00
parent c4150737a6
commit 116bb7d4e3

View File

@ -11,7 +11,7 @@ XPCSHELL_TESTS_MANIFESTS += [
'tests/unit_ipc/xpcshell.ini',
]
if CONFIG['tests/MOZ_B2G_RIL']:
if CONFIG['MOZ_B2G_RIL']:
XPCSHELL_TESTS_MANIFESTS += ['tests/unit_stats/xpcshell.ini']
MOCHITEST_MANIFESTS += ['tests/mochitest.ini']