X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=test%2Fmap_test2.c;h=de7f388981dc18adf33a852e30bc1b0b66b8415d;hp=9fc6fe3297d14f3d50d19b71236f5ec91ed5193a;hb=2b107655a1df8ae7703b44ef8cf1430a7250a5c3;hpb=a1d0b3ca99552878b1becf561d8f3291992aaa67 diff --git a/test/map_test2.c b/test/map_test2.c index 9fc6fe3..de7f388 100644 --- a/test/map_test2.c +++ b/test/map_test2.c @@ -316,8 +316,7 @@ void big_iteration_test (CuTest* tc) { } int main (void) { - - lwt_set_trace_level("l3"); + lwt_set_trace_level("r0m3s3"); static const map_impl_t *map_types[] = { &ll_map_impl, &sl_map_impl, &ht_map_impl }; for (int i = 0; i < sizeof(map_types)/sizeof(*map_types); ++i) {