Home
last modified time | relevance | path

Searched refs:expected_output_regex (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dutils.h225 const char* expected_output_regex) { in Run() argument
254 if (expected_output_regex != nullptr) { in Run()
255 if (!std::regex_search(output_, std::regex(expected_output_regex))) { in Run()
256 FAIL() << "regex " << expected_output_regex << " didn't match " << output_; in Run()