bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* totalorder tests: Fix signature test
@ 2024-04-09 11:09 Bruno Haible
  0 siblings, 0 replies; only message in thread
From: Bruno Haible @ 2024-04-09 11:09 UTC (permalink / raw
  To: bug-gnulib

This patch fixes a copy&paste mistake.


2024-04-09  Bruno Haible  <bruno@clisp.org>

	totalorder tests: Fix signature test.
	* tests/test-totalorder.c: Test the signature of totalorder, not
	totalorderf.

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 <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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-09 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 11:09 totalorder tests: Fix signature test Bruno Haible

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).