Rename huge to large.

This commit is contained in:
Jason Evans 2016-05-31 14:50:21 -07:00
parent 714d1640f3
commit 7d63fed0fd
37 changed files with 587 additions and 626 deletions

View file

@ -53,7 +53,7 @@ TEST_BEGIN(test_zero_small)
}
TEST_END
TEST_BEGIN(test_zero_huge)
TEST_BEGIN(test_zero_large)
{
test_skip_if(!config_fill);
@ -67,5 +67,5 @@ main(void)
return (test(
test_zero_small,
test_zero_huge));
test_zero_large));
}