X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Fbenchmark%2Ftest_urcu_wfs.c;fp=tests%2Fbenchmark%2Ftest_urcu_wfs.c;h=c285feb30577a60cca79b8ed055fbb3fbc7fc1d3;hp=64731b3bb6d137dc3d6209a0675e5474fa71c410;hb=014775106c60f02818ca755b331f887030bd440f;hpb=2a27e9319bacc9bc98f38afb7e4f050601ab979b diff --git a/tests/benchmark/test_urcu_wfs.c b/tests/benchmark/test_urcu_wfs.c index 64731b3..c285feb 100644 --- a/tests/benchmark/test_urcu_wfs.c +++ b/tests/benchmark/test_urcu_wfs.c @@ -31,10 +31,10 @@ #include #include #include -#include #include #include +#include #include #include #include "thread-id.h" @@ -255,7 +255,7 @@ static void *thr_dequeuer(void *_count) } cmm_smp_mb(); - assert(test_pop || test_pop_all); + urcu_posix_assert(test_pop || test_pop_all); for (;;) { if (test_pop && test_pop_all) {