diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-12 07:00:18 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-12 07:00:18 +0100 |
| commit | a4339ea4b5c331cf835937488aa15c6332298df0 (patch) | |
| tree | 146c4f2e5d3632e39d66ab4ca9264fa1d9fb47e9 /test/rope_test/crope.pred.test.cpp | |
| parent | deca9f5be38700763023d565558c0e3c4799b2e2 (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test/rope_test/crope.pred.test.cpp')
| -rw-r--r-- | test/rope_test/crope.pred.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rope_test/crope.pred.test.cpp b/test/rope_test/crope.pred.test.cpp index 5505462..cce52eb 100644 --- a/test/rope_test/crope.pred.test.cpp +++ b/test/rope_test/crope.pred.test.cpp @@ -35,7 +35,7 @@ BOOST_AUTO_TEST_CASE(rope_should_succeed_in_at) BOOST_AUTO_TEST_CASE(rope_should_succeed_in_concat) { - auto rope = tproc::crope("The Quick Brown Fox Jumps Over The Lazy Dog"); + auto rope = tproc::crope("The Quick Brown Fox Jumps Over The Lazy Dog"); std::unique_ptr<tproc::crope> new_elem = std::make_unique<tproc::crope>(", and Jumps again."); rope.concat(new_elem.get()); |
