diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-21 18:26:15 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-21 18:26:15 +0400 |
commit | 710e1f018996e806446604f5b4b6850563da0b97 (patch) | |
tree | b1bcad26ca6eb1ce0b9f031a6745749717db4831 /source/test/unittests/lower_bound.test.c | |
parent | 73cfec103c8649a2b6f6456e804c23f7d4fa0860 (diff) | |
download | kit-710e1f018996e806446604f5b4b6850563da0b97.zip |
Fix KIT_TEST_FILE macro
Diffstat (limited to 'source/test/unittests/lower_bound.test.c')
-rw-r--r-- | source/test/unittests/lower_bound.test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/test/unittests/lower_bound.test.c b/source/test/unittests/lower_bound.test.c index 6729598..682b870 100644 --- a/source/test/unittests/lower_bound.test.c +++ b/source/test/unittests/lower_bound.test.c @@ -1,7 +1,7 @@ #include "../../kit/lower_bound.h" #include "../../kit/array_ref.h" -#define TEST_FILE lower_bound +#define KIT_TEST_FILE lower_bound #include "../../kit_test/test.h" static int kit_less_int(int left, int right) { |