From 52505f4f1de16caa588c740d43f1e92a821626b9 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 22 Aug 2013 08:55:53 +0200 Subject: [PATCH] Bug 906343 - Remove the last reference to XPCSHELL_TESTS in a Makefile; r=gps --- dom/indexedDB/ipc/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dom/indexedDB/ipc/Makefile.in b/dom/indexedDB/ipc/Makefile.in index b03544ee5820..1bacc1f590ad 100644 --- a/dom/indexedDB/ipc/Makefile.in +++ b/dom/indexedDB/ipc/Makefile.in @@ -21,14 +21,6 @@ LOCAL_INCLUDES += \ MOCHITEST_FILES = test_ipc.html -# bug: 866734 - move XPCSHEL_TESTS to moz.build - -# Need to enable these tests sometime soon. -#DISABLED_XPCSHELL_TESTS = unit - -# We're copying tests from another directory so this check is wrong for us. -#NO_XPCSHELL_MANIFEST_CHECK = 1 - include $(topsrcdir)/config/rules.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk