summaryrefslogtreecommitdiff
path: root/source/tests/test_cpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/test_cpp.cpp')
-rw-r--r--source/tests/test_cpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/test_cpp.cpp b/source/tests/test_cpp.cpp
index 3e88ede..d1eab09 100644
--- a/source/tests/test_cpp.cpp
+++ b/source/tests/test_cpp.cpp
@@ -1,5 +1,5 @@
#define KIT_TEST_IMPLEMENTATION
-#include "../kit/kit_test.h"
+#include "../kit/test.h"
TEST("foo") {
REQUIRE(20 + 22 == 42);