X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=test%2Fmap_test2.c;fp=test%2Fmap_test2.c;h=8ab2b6fd7cd6bdf11edc1e47fa8ced1733a9b58b;hp=b239cfc190cac1b0e7c4dc28b684cc8b6f8d9713;hb=7d658a03f83e64690d0c71b4733dd3f9a2c60208;hpb=6b4f3ea4891b6c0e65dfd6d41f49aee2daa9e23d diff --git a/test/map_test2.c b/test/map_test2.c index b239cfc..8ab2b6f 100644 --- a/test/map_test2.c +++ b/test/map_test2.c @@ -318,7 +318,7 @@ void big_iteration_test (CuTest* tc) { int main (void) { lwt_set_trace_level("H3m3l2t0"); - static const map_impl_t *map_types[] = { &ll_map_impl, &sl_map_impl, &ht_map_impl }; + static const map_impl_t *map_types[] = { &MAP_IMPL_LL, &MAP_IMPL_SL, &MAP_IMPL_HT }; for (int i = 0; i < sizeof(map_types)/sizeof(*map_types); ++i) { map_type_ = map_types[i];