summaryrefslogtreecommitdiff
path: root/string/test-memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/test-memset.c')
-rw-r--r--string/test-memset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/test-memset.c b/string/test-memset.c
index 6ea8455e01..601ace4195 100644
--- a/string/test-memset.c
+++ b/string/test-memset.c
@@ -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);