| 14919 | } |
| 14920 | |
| 14921 | TestSpec parseTestSpec( std::string const& arg ) { |
| 14922 | return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); |
| 14923 | } |
| 14924 | |
| 14925 | } // namespace Catch |
| 14926 | // end catch_test_spec_parser.cpp |
nothing calls this directly
no test coverage detected