Home
last modified time | relevance | path

Searched defs:TestDebugError (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorTest.cpp1018 class TestDebugError : public ErrorInfo<TestDebugError, StringError> { class
1021 TestDebugError(const Twine &S) : ErrorInfo(S, test_error_code::unspecified) {} in TestDebugError() function in __anonad7eff122b11::TestDebugError