aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.c')
-rw-r--r--tests/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.c b/tests/tests.c
index c07c5f3..7486a3d 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -3,7 +3,7 @@
#include "ls_queue.h"
-LS_QUEUE_TYPE_INLINE(int, int_queue, 4)
+LS_QUEUE_INLINE(int, int_queue, 4)
TEST_CASE(queue_init) {
int_queue q;