Browse Source

BUG: Remove debugging code

Andy Cedilnik 20 years ago
parent
commit
7758abb2e6
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Source/CTest/cmCTestTestHandler.cxx

+ 0 - 5
Source/CTest/cmCTestTestHandler.cxx

@@ -1347,11 +1347,6 @@ bool cmCTestTestHandler::CleanTestOutput(std::string& output, size_t remove_thre
 bool cmCTestTestHandler::AddTest(const std::vector<std::string>& args)
 {
   const std::string& testname = args[0];
-  if (this->m_UseExcludeRegExp &&
-    this->m_UseExcludeRegExpFirst )
-    {
-    abort();
-    }
   if (this->m_UseExcludeRegExp &&
     this->m_UseExcludeRegExpFirst &&
     m_ExcludeTestsRegularExpression.find(testname.c_str()))