diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-04 00:17:31 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-04-04 00:17:31 +0200 |
commit | b9851cdabecd7873f6e9a6c45c6b426ea63e7b9c (patch) | |
tree | d84166f1596e643a71f243111cb37c24a73776dc /test/unittests/unit_list.c | |
parent | a9261c6d641f2d48053cb96c785e4e59bb0b0c50 (diff) | |
parent | 064131887b73f59b1512ab898d5fb3f7d3b700c4 (diff) | |
download | afl++-b9851cdabecd7873f6e9a6c45c6b426ea63e7b9c.tar.gz |
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
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, { |