| 14930 | } |
| 14931 | |
| 14932 | TestSpec parseTestSpec( std::string const& arg ) { |
| 14933 | return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); |
| 14934 | } |
| 14935 | |
| 14936 | } // namespace Catch |
| 14937 | // end catch_test_spec_parser.cpp |
nothing calls this directly
no test coverage detected