]> pd.if.org Git - nbds/blobdiff - test/ht_test.c
move files around
[nbds] / test / ht_test.c
index e1afc3479eb9ea1a97b03093e3c7161e44d1a6db..6d4a53b4821f7d20b7aba3bd2a851562eaeb62b5 100644 (file)
@@ -7,7 +7,7 @@
 #include "runtime.h"
 #include "CuTest.h"
 #include "common.h"
-#include "ht.h"
+#include "struct.h"
 #include "mem.h"
 #include "lwt.h"
 
@@ -161,7 +161,7 @@ void concurrent_insert (CuTest* tc) {
 int main (void) {
 
     nbd_init();
-    lwt_set_trace_level("h4t9");
+    //lwt_set_trace_level("h0");
 
     // Create and run test suite
        CuString *output = CuStringNew();