/* * File: crope.pred.test.cpp * Purpose: Char rope test. * Author: Amlal El Mahrouss (amlal@nekernel.org) * Copyright 2026, Amlal El Mahrouss, licensed under the Boost Software License. */ #include #include #include #define BOOST_TEST_MODULE crope_pred #include #ifndef STANDALONE using namespace ocl; #else using namespace boost; #endif BOOST_AUTO_TEST_CASE(rope_should_succeed_in_find_pred) { }