]> 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>
Tue, 9 Apr 2024 10:22:54 +0000 (12:22 +0200)
* tests/test-totalorder.c: Test the signature of totalorder, not
totalorderf.

ChangeLog
tests/test-totalorder.c

index 82c9899294ef12390a0d4e9d9ebfc85455de590a..0fef17400641104dc27fc0d9b822889f6beedf96 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  Collin Funk  <collin.funk1@gmail.com>
 
        gnulib-tool.py: Use single-quotes for strings, part 2.
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