X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Ftest%2Fao_int64_test.c;fp=src%2Ftest%2Fao_int64_test.c;h=d329f67b5ff407498b0992fa5e5bb8d85639ba77;hp=07538ee0185010fc1095cd67ba60780fff02b6ee;hb=9eaf917707287af57c2dadfc82d6d415b0964329;hpb=198a3d4d5f51de5c0f0413299582479cde4e177f diff --git a/src/test/ao_int64_test.c b/src/test/ao_int64_test.c index 07538ee0..d329f67b 100644 --- a/src/test/ao_int64_test.c +++ b/src/test/ao_int64_test.c @@ -34,7 +34,7 @@ int errors; c = ao_cast64(&ao_r); \ if (c != r) { \ printf ("trial %4d: %lld " #func mod " %lld = %lld (should be %lld)\n", \ - trial, (int64_t) (a), (int64_t) b, c, r); \ + trial, (long long) (a), (long long) b, (long long) c, (long long) r); \ ++errors; \ } \ } while (0)