summaryrefslogtreecommitdiffstats
path: root/test/unit/zero.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/zero.c')
-rw-r--r--test/unit/zero.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/unit/zero.c b/test/unit/zero.c
index c025c83..c752954 100644
--- a/test/unit/zero.c
+++ b/test/unit/zero.c
@@ -47,7 +47,6 @@ test_zero(size_t sz_min, size_t sz_max)
TEST_BEGIN(test_zero_small)
{
-
test_skip_if(!config_fill);
test_zero(1, SMALL_MAXCLASS-1);
}
@@ -55,7 +54,6 @@ TEST_END
TEST_BEGIN(test_zero_large)
{
-
test_skip_if(!config_fill);
test_zero(SMALL_MAXCLASS+1, (1U << (LG_LARGE_MINCLASS+1)));
}
@@ -64,7 +62,6 @@ TEST_END
int
main(void)
{
-
return (test(
test_zero_small,
test_zero_large));