]> www.ginac.de Git - ginac.git/blobdiff - check/exams.cpp
added checks for new indexed objects
[ginac.git] / check / exams.cpp
index 068e936c8a36d79212dbb40711c9111f84f71e77..385ed9a3df8c9663688d73960a782f5620c7177a 100644 (file)
@@ -100,7 +100,7 @@ int main()
        }
        
        try {
-               result += exam_noncommut();
+               result += exam_indexed();
        } catch (const exception &e) {
                cout << "Error: caught exception " << e.what() << endl;
                ++result;