diff options
author | van Hauser <vh@thc.org> | 2020-04-03 10:43:52 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-03 10:43:52 +0200 |
commit | 3f2859ec1623b772bd5df39274946cfcc3c29e00 (patch) | |
tree | eb50c29bac45baa8982f57aa02f640e08f637937 /test/unittests/unit_list.c | |
parent | 5340f2f2eba643d43311eba207e8185723dd2f06 (diff) | |
download | afl++-3f2859ec1623b772bd5df39274946cfcc3c29e00.tar.gz |
unit tests cleaning
Diffstat (limited to 'test/unittests/unit_list.c')
-rw-r--r-- | test/unittests/unit_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittests/unit_list.c b/test/unittests/unit_list.c index 03217112..11d3227c 100644 --- a/test/unittests/unit_list.c +++ b/test/unittests/unit_list.c @@ -90,7 +90,7 @@ static void test_long_list(void **state) { LIST_FOREACH(&testlist, u32, { result1 += *el; }); - printf("removing %d\n", vals[50]); + //printf("removing %d\n", vals[50]); list_remove(&testlist, &vals[50]); LIST_FOREACH(&testlist, u32, { |