From e282704742cf0f336de9203e87ae28332d62cd6b Mon Sep 17 00:00:00 2001 From: Dave Townsend Date: Thu, 19 Mar 2009 08:32:56 +0000 Subject: [PATCH] Bug 482482: Migrate version comparator tests to xpcshell. r=bsmedberg --- xpcom/tests/Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/xpcom/tests/Makefile.in b/xpcom/tests/Makefile.in index a8a065eef701..00b34a64c774 100644 --- a/xpcom/tests/Makefile.in +++ b/xpcom/tests/Makefile.in @@ -66,7 +66,6 @@ CPPSRCS = \ nsIFileTest.cpp \ TestCallTemplates.cpp \ TestINIParser.cpp \ - TestVersionComparator.cpp \ TestRacingServiceManager.cpp \ TestRegistrationOrder.cpp \ TestThreadPoolListener.cpp \ @@ -173,8 +172,6 @@ endif abs_srcdir = $(shell cd $(srcdir) && pwd) check:: - @echo "Running TestVersionComparator tests" - @$(RUN_TEST_PROGRAM) $(PERL) -w $(srcdir)/TestVersionComparatorRunner.pl "$(FINAL_TARGET)/TestVersionComparator$(BIN_SUFFIX)" @echo "Running XPIDL tests" $(XPIDL_COMPILE) -m header $(srcdir)/TestScriptable.idl @if grep Notscriptable TestScriptable.h | grep -q NS_SCRIPTABLE ; then \