| 3789 | } |
| 3790 | }; |
| 3791 | inline TestSpec parseTestSpec( std::string const& arg ) { |
| 3792 | return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); |
| 3793 | } |
| 3794 | |
| 3795 | } // namespace Catch |
| 3796 |
nothing calls this directly
no test coverage detected