]> www.ginac.de Git - ginac.git/blobdiff - check/checks.cpp
added a check that expand(x^((a+b)^2-a^2-b^2-2*a*b)) -> 1
[ginac.git] / check / checks.cpp
index 87782fccc64a16754c8d21f1d5a09f2f0045991b..6f325d9e2c175a274a72596aae662f2a6c479cf2 100644 (file)
@@ -3,7 +3,7 @@
  *  Main program that calls the individual tests. */
 
 /*
- *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ int main()
                        cout << "(" << result << " individual failures)" << endl;
                }
                cout << "please check checks.out against check.ref for more details."
-                        << endl << "happy debugging!" << endl;
+                    << endl << "happy debugging!" << endl;
        }
        
        return result;