Skip to content

Commit

Permalink
add stream test for find_re
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Sep 30, 2024
1 parent 1286abc commit 2305d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/tests/streams/strings/find_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ TEST_F(StringsFindTest, Find)
auto const pattern = std::string("[a-z]");
auto const prog = cudf::strings::regex_program::create(pattern);
cudf::strings::findall(view, *prog, cudf::test::get_default_stream());
cudf::strings::find_re(view, *prog, cudf::test::get_default_stream());
}

0 comments on commit 2305d43

Please sign in to comment.