Searched defs:TestDebugError (Results 1 – 1 of 1) sorted by relevance
1018 class TestDebugError : public ErrorInfo<TestDebugError, StringError> { class1021 TestDebugError(const Twine &S) : ErrorInfo(S, test_error_code::unspecified) {} in TestDebugError() function in __anonad7eff122b11::TestDebugError