]> www.ginac.de Git - cln.git/blobdiff - tests/test_I.cc
Update to new gas-arm syntax.
[cln.git] / tests / test_I.cc
index 06dc83bdd0f4bfcafbe590596199cad1c8d68d0e..6073620813d2204d8f2e4c68440db9514ae2456a 100644 (file)
@@ -1,4 +1,4 @@
-#include <cl_io.h>
+#include <iostream>
 
 // Elementary operations.
 extern int test_I_abs (int iterations);
@@ -46,9 +46,10 @@ extern int test_I_sqrtp (int iterations);
 extern int test_I_GV (int iterations);
 
 #define RUN(tester,iterations)  \
-       fprint(cl_stdout,"Testing "#tester"...\n"); \
+       std::cout << "Testing "#tester"..." << std::endl; \
        error |= tester (iterations);
 
+
 int test_I (int iterations)
 {
        int error = 0;