From: Bruno Haible Date: Tue, 9 Apr 2024 10:22:54 +0000 (+0200) Subject: totalorder tests: Fix signature test. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=bf86236c7da434022b84c45cd073f0cae00190c1;p=gnulib.git totalorder tests: Fix signature test. * tests/test-totalorder.c: Test the signature of totalorder, not totalorderf. --- diff --git a/ChangeLog b/ChangeLog index 49eba22168..3325c626e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-04-09 Bruno Haible + + totalorder tests: Fix signature test. + * tests/test-totalorder.c: Test the signature of totalorder, not + totalorderf. + 2024-04-08 Bruno Haible ptsname_r: Work around ptsname_r bug on NetBSD 10.0. diff --git a/tests/test-totalorder.c b/tests/test-totalorder.c index fc473a251d..77926e4a5f 100644 --- a/tests/test-totalorder.c +++ b/tests/test-totalorder.c @@ -20,7 +20,7 @@ #include #include "signature.h" -SIGNATURE_CHECK (totalorderf, int, (const float *, const float *)); +SIGNATURE_CHECK (totalorder, int, (const double *, const double *)); #define TOTALORDER totalorder #define TOTALORDER_TYPE memory_double