summaryrefslogtreecommitdiffhomepage
path: root/test/rope_test/crope.test.cpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-02 15:49:19 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-02 15:49:19 +0100
commit39982975eb660d2d9760c54159cfb96f729302a0 (patch)
treef429caf1be73f13b531566c783363e8c36e6d1bc /test/rope_test/crope.test.cpp
parent51c3462cd382145f05b078e005b4a0e36f548dcb (diff)
feat: tproc: Basic B-Tree implementation for crope, wrope, etc.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test/rope_test/crope.test.cpp')
-rw-r--r--test/rope_test/crope.test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rope_test/crope.test.cpp b/test/rope_test/crope.test.cpp
index 4565900..4fe1a87 100644
--- a/test/rope_test/crope.test.cpp
+++ b/test/rope_test/crope.test.cpp
@@ -19,6 +19,5 @@ BOOST_AUTO_TEST_CASE(allocator_should_succeed_in_empty)
BOOST_AUTO_TEST_CASE(allocator_should_not_succeed_in_empty)
{
auto rope = ocl::tproc::crope("foobar");
- // rope += ".txt";
BOOST_TEST(rope.empty() == false);
}