summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/tests
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:31:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:31:30 +0100
commit3827ae4e821ff3758d1eaf2dbacc55a22f802731 (patch)
tree0768b1a509bd104627675127f1e9785c702e7621 /dev/lib/tests
parent5c5a101c9618f8edea5038e94df64508b0f0a70e (diff)
feat: fixing merge conflicts.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/tests')
-rw-r--r--dev/lib/tests/hpptest.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/lib/tests/hpptest.hpp b/dev/lib/tests/hpptest.hpp
index 63fc962..f5fa5c2 100644
--- a/dev/lib/tests/hpptest.hpp
+++ b/dev/lib/tests/hpptest.hpp
@@ -7,15 +7,15 @@
#pragma once
-namespace scl::hpptest
+namespace ocl::hpptest
{
typedef bool condition_type;
template <condition_type expr = true>
consteval inline void must_pass()
{
-#ifdef SCL_HPPTEST
- SCL_HPPTEST_ASSERT(expr);
+#ifdef OCL_HPPTEST
+ OCL_HPPTEST_ASSERT(expr);
#endif
}
-} // namespace scl::hpptest
+} // namespace ocl::hpptest