From ceb8ca661c7d6cdb10be6593f3eedabf42846b0e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 25 Dec 2025 08:50:09 +0100 Subject: feat: add CLAUDE.md Signed-off-by: Amlal El Mahrouss --- test/allocator_op.test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/allocator_op.test.cpp') diff --git a/test/allocator_op.test.cpp b/test/allocator_op.test.cpp index 925df8c..c079bd9 100644 --- a/test/allocator_op.test.cpp +++ b/test/allocator_op.test.cpp @@ -13,4 +13,6 @@ BOOST_AUTO_TEST_CASE(allocator_should_succeed) auto ptr = ocl::allocator{}.construct_array<10>(); int* arr = ptr.get(); BOOST_TEST(arr != nullptr); + *arr = 10; + BOOST_TEST(*arr == 10); } -- cgit v1.2.3