Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DMeshTest.cpp100 const char* expectedErrorSubstring = nullptr) { in check_for_failure() argument
108 if (expectedErrorSubstring && !error.contains(expectedErrorSubstring)) { in check_for_failure()
112 expectedErrorSubstring, error.c_str()); in check_for_failure()