]> www.ginac.de Git - cln.git/blobdiff - tests/test_I_ilength.cc
Fix yet another dependent base C++ language issue.
[cln.git] / tests / test_I_ilength.cc
index 9a45a4de037a39de03a32bc2ceb3142943402d3d..600b4b56c8e0b1a3d18dc808475de8cb0433a781 100644 (file)
@@ -7,7 +7,7 @@ int test_I_integer_length (int iterations)
        // Check against ash.
        for (i = iterations; i > 0; i--) {
                cl_I a = testrandom_I();
-               uintL l = integer_length(a);
+               uintC l = integer_length(a);
                if (a >= 0) {
                        int b = 0;
                        if (a < ash(1,l)) {