summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-27 11:46:36 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-27 11:46:36 +0100
commitdbb9a8c216bc56317a4fcb278ec860be29d5c2d7 (patch)
tree3fccb260b87acff067f39d512cb1f8755087277c /test
parentd2247349a63cece8b9b3e7eeeff382bcfb1eb436 (diff)
fix: test update pred.test.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test')
-rw-r--r--test/rope_test/crope.pred.test.cpp2
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 a126144..43b7c28 100644
--- a/test/rope_test/crope.pred.test.cpp
+++ b/test/rope_test/crope.pred.test.cpp
@@ -22,7 +22,7 @@ BOOST_AUTO_TEST_CASE(allocator_should_not_succeed_in_empty_pred)
{
auto rope = ocl::tproc::crope("foobar");
- auto it = ocl::tproc::rope::find(rope.cbegin(), rope.cend(), ocl::tproc::rope::stars_with_pred("foo"));
+ auto it = ocl::tproc::rope::find(rope.cbegin(), rope.cend(), ocl::tproc::rope::starts_with_pred("foo"));
BOOST_TEST(it != rope.cend());
}