use <lib_internal/coreassert.h>
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 28 Apr 2004 18:07:41 +0000 (18:07 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 28 Apr 2004 18:07:41 +0000 (18:07 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1521 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/testsuite/fmt.c
util-vserver/lib/testsuite/parselimit.c

index 41578de..356067a 100644 (file)
@@ -20,8 +20,9 @@
 #  include <config.h>
 #endif
 
+#include "lib_internal/coreassert.h"
+
 #include "lib/fmt.h"
-#include <assert.h>
 #include <string.h>
 
 #define TEST(VAL, EXP) {                       \
index 85bfb4f..c6611d9 100644 (file)
@@ -20,8 +20,8 @@
 #  include <config.h>
 #endif
 
+#include "lib_internal/coreassert.h"
 #include "vserver.h"
-#include <assert.h>
 
 #define TEST(BUF, RES, VAL)                    \
   do {                                         \