Two cosmetic patches for the existing *printf* tests:

2024-06-30  Bruno Haible  <br...@clisp.org>

        *printf* tests: Remove unused includes.
        * tests/test-fprintf-gnu.c: Don't include <stdarg.h>.
        * tests/test-fprintf-posix.c: Likewise.
        * tests/test-szprintf-gnu.c: Likewise.
        * tests/test-szprintf-posix.c: Likewise.
        * tests/test-xfprintf-posix.c: Likewise.

2024-06-30  Bruno Haible  <br...@clisp.org>

        vprintf-posix tests: Fix test title.
        * tests/test-vprintf-posix.c: Fix title.

>From eeec1ab0db46254048d7b241a86e51ab4ec6f49b Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Sun, 30 Jun 2024 23:26:35 +0200
Subject: [PATCH 1/2] vprintf-posix tests: Fix test title.

* tests/test-vprintf-posix.c: Fix title.
---
 ChangeLog                  | 5 +++++
 tests/test-vprintf-posix.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 6a1e5d92a8..3952b4174d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-30  Bruno Haible  <br...@clisp.org>
+
+	vprintf-posix tests: Fix test title.
+	* tests/test-vprintf-posix.c: Fix title.
+
 2024-06-30  Bruno Haible  <br...@clisp.org>
 
 	zprintf-gnu: Add tests.
diff --git a/tests/test-vprintf-posix.c b/tests/test-vprintf-posix.c
index b25274ab9d..48e710e7c9 100644
--- a/tests/test-vprintf-posix.c
+++ b/tests/test-vprintf-posix.c
@@ -1,4 +1,4 @@
-/* Test of POSIX compatible vfprintf() function.
+/* Test of POSIX compatible vprintf() function.
    Copyright (C) 2007-2024 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
-- 
2.34.1

>From 696df5e8e0767a4dec9086767072539651e02d54 Mon Sep 17 00:00:00 2001
From: Bruno Haible <br...@clisp.org>
Date: Sun, 30 Jun 2024 23:30:32 +0200
Subject: [PATCH 2/2] *printf* tests: Remove unused includes.

* tests/test-fprintf-gnu.c: Don't include <stdarg.h>.
* tests/test-fprintf-posix.c: Likewise.
* tests/test-szprintf-gnu.c: Likewise.
* tests/test-szprintf-posix.c: Likewise.
* tests/test-xfprintf-posix.c: Likewise.
---
 ChangeLog                   | 9 +++++++++
 tests/test-fprintf-gnu.c    | 1 -
 tests/test-fprintf-posix.c  | 1 -
 tests/test-szprintf-gnu.c   | 1 -
 tests/test-szprintf-posix.c | 1 -
 tests/test-xfprintf-posix.c | 1 -
 6 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3952b4174d..5355e8b241 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2024-06-30  Bruno Haible  <br...@clisp.org>
+
+	*printf* tests: Remove unused includes.
+	* tests/test-fprintf-gnu.c: Don't include <stdarg.h>.
+	* tests/test-fprintf-posix.c: Likewise.
+	* tests/test-szprintf-gnu.c: Likewise.
+	* tests/test-szprintf-posix.c: Likewise.
+	* tests/test-xfprintf-posix.c: Likewise.
+
 2024-06-30  Bruno Haible  <br...@clisp.org>
 
 	vprintf-posix tests: Fix test title.
diff --git a/tests/test-fprintf-gnu.c b/tests/test-fprintf-gnu.c
index 3c0b59d9b3..7d9b208a3e 100644
--- a/tests/test-fprintf-gnu.c
+++ b/tests/test-fprintf-gnu.c
@@ -20,7 +20,6 @@
 
 #include <stdio.h>
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <string.h>
 
diff --git a/tests/test-fprintf-posix.c b/tests/test-fprintf-posix.c
index 019cdcf2bc..10affad5ce 100644
--- a/tests/test-fprintf-posix.c
+++ b/tests/test-fprintf-posix.c
@@ -23,7 +23,6 @@
 #include "signature.h"
 SIGNATURE_CHECK (fprintf, int, (FILE *, char const *, ...));
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <string.h>
diff --git a/tests/test-szprintf-gnu.c b/tests/test-szprintf-gnu.c
index bdc6d1a2c0..cbf49e2618 100644
--- a/tests/test-szprintf-gnu.c
+++ b/tests/test-szprintf-gnu.c
@@ -20,7 +20,6 @@
 
 #include <stdio.h>
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <string.h>
 
diff --git a/tests/test-szprintf-posix.c b/tests/test-szprintf-posix.c
index fef51c7775..590dc7bf22 100644
--- a/tests/test-szprintf-posix.c
+++ b/tests/test-szprintf-posix.c
@@ -20,7 +20,6 @@
 
 #include <stdio.h>
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <string.h>
 
diff --git a/tests/test-xfprintf-posix.c b/tests/test-xfprintf-posix.c
index 372a8fd830..18a3a0dfd9 100644
--- a/tests/test-xfprintf-posix.c
+++ b/tests/test-xfprintf-posix.c
@@ -20,7 +20,6 @@
 
 #include "xprintf.h"
 
-#include <stdarg.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <string.h>
-- 
2.34.1

Reply via email to