diff options
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) { |