From 3827ae4e821ff3758d1eaf2dbacc55a22f802731 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 17 Nov 2025 10:31:30 +0100 Subject: feat: fixing merge conflicts. Signed-off-by: Amlal El Mahrouss --- dev/lib/tests/hpptest.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev/lib/tests') 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 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 -- cgit v1.2.3