]> Savannah Git Hosting - gnulib.git/commitdiff
totalorder tests: Fix signature test.
authorBruno Haible <bruno@clisp.org>
Tue, 9 Apr 2024 10:22:54 +0000 (12:22 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Apr 2024 12:40:51 +0000 (14:40 +0200)
* tests/test-totalorder.c: Test the signature of totalorder, not
totalorderf.

ChangeLog
tests/test-totalorder.c

index 49eba22168d0ac91204eb6096ffc148deec2ebfa..3325c626e946096b8845c3d0940fa079b67eaa0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-04-09  Bruno Haible  <bruno@clisp.org>
+
+       totalorder tests: Fix signature test.
+       * tests/test-totalorder.c: Test the signature of totalorder, not
+       totalorderf.
+
 2024-04-08  Bruno Haible  <bruno@clisp.org>
 
        ptsname_r: Work around ptsname_r bug on NetBSD 10.0.
index fc473a251d570bf2c9e6a10a8b1d25743d31ad6d..77926e4a5f23c73518497e6cf9ae4915ea9ce688 100644 (file)
@@ -20,7 +20,7 @@
 #include <math.h>
 
 #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