summaryrefslogtreecommitdiff
path: root/source/tests/bigint.test.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/bigint.test.c')
-rw-r--r--source/tests/bigint.test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/bigint.test.c b/source/tests/bigint.test.c
index c8ac44f..ad0d076 100644
--- a/source/tests/bigint.test.c
+++ b/source/tests/bigint.test.c
@@ -2,7 +2,7 @@
#include "../kit/bigint.h"
#define KIT_TEST_FILE bigint
-#include "../kit_test/test.h"
+#include "../kit/kit_test.h"
#if __STDC_VERSION__ >= 199901L
static_assert(sizeof(bigint_t) == 256, "KIT_BIGINT_SIZE check");