diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-17 10:06:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 10:06:29 +0200 |
| commit | b06170354225f19271627df11525857fa34a38e7 (patch) | |
| tree | 68c5ba79cf2fae57eeb1d708658a99b396a9defe /dev/tests/chunk_string | |
| parent | 6789dd7d88a192e3f55b95798cb393e7d12f368a (diff) | |
| parent | 1c369ccc98734e72509509e9a5798a3aaa34dd70 (diff) | |
(OCL: v1.0.44) Merge pull request #5 from amlel-el-mahrouss/devv1.0.44
OCL: v1.0.44
Diffstat (limited to 'dev/tests/chunk_string')
| -rw-r--r-- | dev/tests/chunk_string/chunk_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tests/chunk_string/chunk_test.cc b/dev/tests/chunk_string/chunk_test.cc index ad3d31b..be7a457 100644 --- a/dev/tests/chunk_string/chunk_test.cc +++ b/dev/tests/chunk_string/chunk_test.cc @@ -7,7 +7,7 @@ #include <lib/io/print.hpp> #include <lib/tests/gtest.hpp> -#include <lib/utility/chunk_string.hpp> +#include <lib/core/chunk_string.hpp> TEST(ChunkTest, BasicChunkUsage) { |
