| 14194 | } |
| 14195 | |
| 14196 | TestSpec parseTestSpec( std::string const& arg ) { |
| 14197 | return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); |
| 14198 | } |
| 14199 | |
| 14200 | } // namespace Catch |
| 14201 | // end catch_test_spec_parser.cpp |
nothing calls this directly
no test coverage detected