summaryrefslogtreecommitdiff
path: root/source/tests/test_cpp.cpp
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-01-12 16:15:10 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-01-12 16:15:10 +0100
commitfdf921c0adff5317e426e798f8a716ca97046383 (patch)
treed0e27a2e798fb078ff5f9cbb5af409b9c5a21061 /source/tests/test_cpp.cpp
parentd36df5359dcb371d775a9ef10626cd0f7f996002 (diff)
downloadkit-fdf921c0adff5317e426e798f8a716ca97046383.zip
Refactor; defer with fblocks
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);