From 5d69778988ed44f62edbaaa4f95cf8dcdb0e8b45 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 24 Dec 2025 11:41:44 +0100 Subject: feat! final API design for basic_rope. Signed-off-by: Amlal El Mahrouss --- test/rope_test/crope.test.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/rope_test/crope.test.cpp b/test/rope_test/crope.test.cpp index e1885f4..f454e12 100644 --- a/test/rope_test/crope.test.cpp +++ b/test/rope_test/crope.test.cpp @@ -10,8 +10,7 @@ #define BOOST_TEST_MODULE crope #include -BOOST_AUTO_TEST_CASE( allocator_should_succeed ) -{ - auto rope = ocl::crope("foo"); - BOOST_TEST( rope.empty() == false ); +BOOST_AUTO_TEST_CASE(allocator_should_succeed) { + auto rope = ocl::crope("foo"); + BOOST_TEST(rope.empty() == false); } -- cgit v1.2.3