aboutsummaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-02 17:09:14 +0000
committerSam James <sam@gentoo.org>2025-01-02 17:09:24 +0000
commit6d556522c3e59734502f988d6574ee4d551f0d6b (patch)
tree341c235d9f510e8d24b5f80e33bc84c46874d45e /stdlib
parentd5bceac99d24af1131b90027dab267e437b65cd1 (diff)
downloadglibc-6d556522c3e59734502f988d6574ee4d551f0d6b.zip
glibc-6d556522c3e59734502f988d6574ee4d551f0d6b.tar.gz
glibc-6d556522c3e59734502f988d6574ee4d551f0d6b.tar.bz2
stdlib: fix lint failure
Fixes: d5bceac99d24af1131b90027dab267e437b65cd1
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 374643e..18a19f4 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 \