summaryrefslogtreecommitdiff
path: root/source/tests/array_ref.test.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/array_ref.test.c')
-rw-r--r--source/tests/array_ref.test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/array_ref.test.c b/source/tests/array_ref.test.c
index 2037bed..921e9fd 100644
--- a/source/tests/array_ref.test.c
+++ b/source/tests/array_ref.test.c
@@ -1,7 +1,7 @@
#include "../kit/array_ref.h"
#define KIT_TEST_FILE array_ref
-#include "../kit/kit_test.h"
+#include "../kit/test.h"
TEST("array ref wrap") {
int foo[] = { 1, 2, 3 };