| 14626 | } |
| 14627 | |
| 14628 | TestSpec parseTestSpec( std::string const& arg ) { |
| 14629 | return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); |
| 14630 | } |
| 14631 | |
| 14632 | } // namespace Catch |
| 14633 | // end catch_test_spec_parser.cpp |
nothing calls this directly
no test coverage detected