]> pd.if.org Git - nbds/blobdiff - test/map_test2.c
port to Ubuntu 8.10 x86-64 w/ gcc 4.3.2
[nbds] / test / map_test2.c
index 9fc6fe3297d14f3d50d19b71236f5ec91ed5193a..de7f388981dc18adf33a852e30bc1b0b66b8415d 100644 (file)
@@ -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) {