diff options
Diffstat (limited to 'tests/test-perror2.c')
-rw-r--r-- | tests/test-perror2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-perror2.c b/tests/test-perror2.c index 29594915..a0c87b23 100644 --- a/tests/test-perror2.c +++ b/tests/test-perror2.c @@ -1,5 +1,5 @@ /* Test of perror() function. - Copyright (C) 2011-2024 Free Software Foundation, Inc. + Copyright (C) 2011-2025 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -126,7 +126,7 @@ main (void) https://sourceware.org/ml/newlib/2011/msg00228.html */ ASSERT (errno > 0); /* Commented out until glibc behaves: - https://sourceware.org/bugzilla/show_bug.cgi?id=12792 */ + https://sourceware.org/PR12792 */ ASSERT (ferror (stderr)); #endif } |