]> www.ginac.de Git - cln.git/blobdiff - tests/test_MI.cc
[BUGFIX]: cl_asm_.cc: fix include paths.
[cln.git] / tests / test_MI.cc
index 6ae77f634b44a3d4213a1a86fa330381a7350661..89d0a402c86c3c82e499b4370249d2f17eebeb0d 100644 (file)
@@ -1,5 +1,5 @@
-#include <cl_io.h>
-#include "cl_macros.h"
+#include <iostream>
+#include "base/cl_macros.h"
 
 extern int test_MI_canonhom (int iterations);
 extern int test_MI_plus (int iterations);
@@ -10,7 +10,7 @@ extern int test_MI_div (int iterations);
 extern int test_MI_expt (int iterations);
 
 #define RUN(tester,iterations)  \
-       fprint(cl_stdout,"Testing "#tester"...\n"); \
+       std::cout << "Testing "#tester"..." << std::endl; \
        error |= tester (iterations);
 
 int test_MI (int iterations)