mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
* string/test-memset.c (test_main): Use negative byte value is
test.
This commit is contained in:
@@ -193,7 +193,7 @@ test_main (void)
|
||||
printf ("\t%s", impl->name);
|
||||
putchar ('\n');
|
||||
|
||||
for (c = 0; c <= 130; c += 65)
|
||||
for (c = -65; c <= 130; c += 65)
|
||||
{
|
||||
for (i = 0; i < 18; ++i)
|
||||
do_test (0, c, 1 << i);
|
||||
|
Reference in New Issue
Block a user