summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/tests/hpptest.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-10-14 04:35:26 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-10-14 04:35:26 +0200
commita786997f304745ce3766a82be06dc6a5d0c2f02c (patch)
treedb923caaec3762fbb68290fd1ae94cb1465378e7 /dev/lib/tests/hpptest.hpp
parentfa4748e414e9494442f9bcde9c659d3951af19c0 (diff)
feat: scl: major refactors and new version of SCL.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/tests/hpptest.hpp')
-rw-r--r--dev/lib/tests/hpptest.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/lib/tests/hpptest.hpp b/dev/lib/tests/hpptest.hpp
index f520339..87d8f77 100644
--- a/dev/lib/tests/hpptest.hpp
+++ b/dev/lib/tests/hpptest.hpp
@@ -8,7 +8,7 @@
#pragma once
#ifdef OCL_HPPTEST
-namespace ocl::hpptest
+namespace scl::hpptest
{
typedef bool condition_type;
@@ -17,5 +17,5 @@ namespace ocl::hpptest
{
OCL_HPPTEST_ASSERT(expr);
}
-} // namespace ocl::hpptest
+} // namespace scl::hpptest
#endif