Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp5514 struct TestRunInfo { struct
5516 std::string name;
11083 TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {} in TestRunInfo() function in Catch::TestRunInfo