]> www.ginac.de Git - ginac.git/blobdiff - check/exam_match.cpp
Rename test suite files...
[ginac.git] / check / exam_match.cpp
similarity index 97%
rename from check/match_bug.cpp
rename to check/exam_match.cpp
index ecce6e2b4c0df14d104ff5c10880f2fad3d6bb9a..4049af877e0f4fbf8fecf06c5d40ac90becce521 100644 (file)
@@ -1,4 +1,4 @@
-/** @file match_bug.cpp
+/** @file exam_match.cpp
  *
  *  Check for bug in GiNaC::ex::match() described here:
  *  https://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html */
@@ -117,7 +117,7 @@ static void expairseq_match_false_negative(int count)
 int main(int argc, char** argv)
 {
        const int repetitions = 100;
-       std::cout << "checking for historical bugs in match()... " << std::flush;
+       std::cout << "examining historical bugs in match()... " << std::flush;
        failed_match_have_side_effects();
        match_false_negative();
        expairseq_failed_match_no_side_effect(repetitions);