]> mj.ucw.cz Git - libucw.git/blobdiff - lib/hash-test.c
One more round of changes to the assert code -- I didn't realize that CONFIG_DEBUG
[libucw.git] / lib / hash-test.c
index 66a07faa297a9f5bfef681691bd5d7905a5bed7d..ae1e6f8649c8f9c9b9211474e35f9b60e4f57bfd 100644 (file)
@@ -98,7 +98,7 @@ static void test(void)
     {
       char x[32];
       sprintf(x, "abc%d", i);
-      test_new(stralloc(x));
+      test_new(xstrdup(x));
     }
   for (i=0; i<1024; i++)
     {
@@ -116,7 +116,7 @@ static void test(void)
 
 /* TEST 3: internal strings + pools */
 
-#include "lib/pools.h"
+#include "lib/mempool.h"
 
 static struct mempool *pool;