summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/tests
diff options
context:
space:
mode:
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