aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLion Kortlepel <[email protected]>2026-01-14 23:58:17 +0100
committerLion Kortlepel <[email protected]>2026-01-14 23:58:52 +0100
commit9a3f974268b6a7d806154c2466229b67843e0f7e (patch)
treee52b41ede7a230ab5cb781e10057c3be8e0dbb10 /tests
parente4bbedd87ad6462301c30357c9e87a7ee6be8fd0 (diff)
downloadqueue-9a3f974268b6a7d806154c2466229b67843e0f7e.tar.zst
queue-9a3f974268b6a7d806154c2466229b67843e0f7e.zip
feat!: rename macros to simplify themv2.0
breaking, bump to v2.0
Diffstat (limited to 'tests')
-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;