| 10512 | } |
| 10513 | |
| 10514 | TestSpec parseTestSpec( std::string const& arg ) { |
| 10515 | return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); |
| 10516 | } |
| 10517 | |
| 10518 | } // namespace Catch |
| 10519 | // end catch_test_spec_parser.cpp |
nothing calls this directly
no test coverage detected