]> www.ginac.de Git - ginac.git/blobdiff - check/times.cpp
- whoops, accidentally commented out gamma series test...
[ginac.git] / check / times.cpp
index dd34f403419e422a72209733f4c3e651841080b9..9542c84ed09376e51463f65921549d790aa00b03 100644 (file)
@@ -36,14 +36,12 @@ int main()
         ++result;
     }
     
-#if 0
     try {
         result += time_gammaseries();
     } catch (const exception &e) {
         cout << "Error: caught exception " << e.what() << endl;
         ++result;
     }
-#endif
     
     try {
         result += time_vandermonde();