| 12015 | } |
| 12016 | |
| 12017 | TestSpec parseTestSpec( std::string const& arg ) { |
| 12018 | return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec(); |
| 12019 | } |
| 12020 | |
| 12021 | } // namespace Catch |
| 12022 | // end catch_test_spec_parser.cpp |
nothing calls this directly
no test coverage detected