| 3707 | } |
| 3708 | }; |
| 3709 | inline TestSpec parseTestSpec( std::string const& arg ) { |
| 3710 | return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); |
| 3711 | } |
| 3712 | |
| 3713 | } // namespace Catch |
| 3714 |
nothing calls this directly
no test coverage detected