From e476868bdc27ef0e36fc2485606634e7cf2ee00d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 24 Dec 2025 12:41:59 +0100 Subject: feat: new alias for `allocator_op.hpp` pool types. Signed-off-by: Amlal El Mahrouss --- test/allocator_op.test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/allocator_op.test.cpp') diff --git a/test/allocator_op.test.cpp b/test/allocator_op.test.cpp index 890c9bc..925df8c 100644 --- a/test/allocator_op.test.cpp +++ b/test/allocator_op.test.cpp @@ -8,9 +8,9 @@ #define BOOST_TEST_MODULE allocator_op #include -BOOST_AUTO_TEST_CASE( allocator_should_succeed ) +BOOST_AUTO_TEST_CASE(allocator_should_succeed) { - auto ptr = ocl::allocator{}.construct_array<10>(); - int* arr = ptr.get(); - BOOST_TEST( arr != nullptr ); + auto ptr = ocl::allocator{}.construct_array<10>(); + int* arr = ptr.get(); + BOOST_TEST(arr != nullptr); } -- cgit v1.2.3