| 10432 | } |
| 10433 | |
| 10434 | TestSpec parseTestSpec(std::string const &arg) { |
| 10435 | return TestSpecParser(ITagAliasRegistry::get()).parse(arg).testSpec(); |
| 10436 | } |
| 10437 | |
| 10438 | } // namespace Catch |
| 10439 | // end catch_test_spec_parser.cpp |
nothing calls this directly
no test coverage detected