summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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());
}