diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-02 15:49:19 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-02 15:49:19 +0100 |
| commit | 39982975eb660d2d9760c54159cfb96f729302a0 (patch) | |
| tree | f429caf1be73f13b531566c783363e8c36e6d1bc /test/rope_test/crope.test.cpp | |
| parent | 51c3462cd382145f05b078e005b4a0e36f548dcb (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.cpp | 1 |
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); } |
