mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 03:40:06 +00:00
More WS fixes
This commit is contained in:
parent
f17424ed53
commit
dc150e52d5
@ -342,9 +342,9 @@ check (void)
|
|||||||
for (size_t i1 = 0; i1 < l1; i1++)
|
for (size_t i1 = 0; i1 < l1; i1++)
|
||||||
for (size_t i2 = 0; i2 < l2; i2++)
|
for (size_t i2 = 0; i2 < l2; i2++)
|
||||||
{
|
{
|
||||||
int exp_result = SIMPLE_STRCMP (s1 + i1, s2 + i2);
|
int exp_result = SIMPLE_STRCMP (s1 + i1, s2 + i2);
|
||||||
FOR_EACH_IMPL (impl, 0)
|
FOR_EACH_IMPL (impl, 0)
|
||||||
check_result (impl, s1 + i1, s2 + i2, exp_result);
|
check_result (impl, s1 + i1, s2 + i2, exp_result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user