From a786997f304745ce3766a82be06dc6a5d0c2f02c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 14 Oct 2025 04:35:26 +0200 Subject: feat: scl: major refactors and new version of SCL. Signed-off-by: Amlal El Mahrouss --- dev/lib/tests/hpptest.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/lib/tests') 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 -- cgit v1.2.3