bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: bug-gnulib@gnu.org
Subject: totalorder tests: Fix signature test
Date: Tue, 09 Apr 2024 13:09:19 +0200	[thread overview]
Message-ID: <6009732.ULRDffbMMn@nimes> (raw)

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





                 reply	other threads:[~2024-04-09 11:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6009732.ULRDffbMMn@nimes \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).