| 9378 | } |
| 9379 | |
| 9380 | void CompactReporter::noMatchingTestCases( StringRef unmatchedSpec ) { |
| 9381 | m_stream << "No test cases matched '" << unmatchedSpec << "'\n"; |
| 9382 | } |
| 9383 | |
| 9384 | void CompactReporter::testRunStarting( TestRunInfo const& ) { |
| 9385 | if ( m_config->testSpec().hasFilters() ) { |