diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-01-12 16:15:10 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-01-12 16:15:10 +0100 |
commit | fdf921c0adff5317e426e798f8a716ca97046383 (patch) | |
tree | d0e27a2e798fb078ff5f9cbb5af409b9c5a21061 /source/tests/atomic.test.c | |
parent | d36df5359dcb371d775a9ef10626cd0f7f996002 (diff) | |
download | kit-fdf921c0adff5317e426e798f8a716ca97046383.zip |
Refactor; defer with fblocks
Diffstat (limited to 'source/tests/atomic.test.c')
-rw-r--r-- | source/tests/atomic.test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/atomic.test.c b/source/tests/atomic.test.c index 061f5d6..d5c172b 100644 --- a/source/tests/atomic.test.c +++ b/source/tests/atomic.test.c @@ -2,7 +2,7 @@ #include "../kit/threads.h" #define KIT_TEST_FILE atomic -#include "../kit/kit_test.h" +#include "../kit/test.h" TEST("atomic store and load") { ATOMIC(int) value; |