summaryrefslogtreecommitdiff
path: root/test/test_avltree.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2016-10-25 18:33:03 +0200
committerRichard Braun <rbraun@sceen.net>2016-10-25 18:33:03 +0200
commita3dce644e8b82d7802a779e2cbeefd8fb6067063 (patch)
tree83de29bcac161a4f6d5424ae6a709a4ba1ec64c6 /test/test_avltree.c
parent4996cbc643d9d6c01cbc4c236df022d8d896909e (diff)
check: new module
This module defines a single check macro that acts as a non conditional assert. It is intended for test code only.
Diffstat (limited to 'test/test_avltree.c')
-rw-r--r--test/test_avltree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_avltree.c b/test/test_avltree.c
index a08c7e2..395561d 100644
--- a/test/test_avltree.c
+++ b/test/test_avltree.c
@@ -24,7 +24,6 @@
*/
#include <stdio.h>
-#include <assert.h>
#include <stdlib.h>
#include <string.h>