]> www.ginac.de Git - cln.git/blobdiff - tests/test_nt.cc
* include/cln/floatformat.h: Do define a type here.
[cln.git] / tests / test_nt.cc
index 51f14960d4dd3856cfcf5112147c3ccd500553e2..4057df0d8468faf6fabf1ccc3772d76b2b0b779d 100644 (file)
@@ -1,9 +1,9 @@
-#include <cl_io.h>
+#include <iostream>
 
 extern int test_nt_jacobi (int iterations);
 
 #define RUN(tester,iterations)  \
-       fprint(cl_stdout,"Testing "#tester"...\n"); \
+       std::cout << "Testing "#tester"..." << std::endl; \
        error |= tester (iterations);
 
 int test_nt (int iterations)