diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-14 04:35:26 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-14 04:35:26 +0200 |
| commit | a786997f304745ce3766a82be06dc6a5d0c2f02c (patch) | |
| tree | db923caaec3762fbb68290fd1ae94cb1465378e7 /dev/lib/tests | |
| parent | fa4748e414e9494442f9bcde9c659d3951af19c0 (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')
| -rw-r--r-- | dev/lib/tests/hpptest.hpp | 4 |
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 |
