[glibc] stdlib: fix lint failure

Sam James sjames@sourceware.org
Thu Jan 2 17:10:30 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6d556522c3e59734502f988d6574ee4d551f0d6b

commit 6d556522c3e59734502f988d6574ee4d551f0d6b
Author: Sam James <sam@gentoo.org>
Date:   Thu Jan 2 17:09:14 2025 +0000

    stdlib: fix lint failure
    
    Fixes: d5bceac99d24af1131b90027dab267e437b65cd1

Diff:
---
 stdlib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stdlib/Makefile b/stdlib/Makefile
index 374643e753..18a19f46eb 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -299,8 +299,8 @@ tests := \
   tst-rand48 \
   tst-rand48-2 \
   tst-random \
-  tst-random2 \
   tst-random-bz30584 \
+  tst-random2 \
   tst-realpath \
   tst-realpath-toolong \
   tst-secure-getenv \


More information about the Glibc-cvs mailing list