mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 18:07:59 +00:00
Removed tbc_text_format (superceded by TextFlow)
This commit is contained in:
parent
6ec7709e07
commit
3a37f45a97
6 changed files with 5 additions and 198 deletions
|
@ -12,7 +12,7 @@
|
|||
#include "catch_interfaces_reporter.h"
|
||||
#include "catch_interfaces_testcase.h"
|
||||
|
||||
#include "catch_clara.h" // For TextFlow
|
||||
#include "internal/catch_text.h"
|
||||
|
||||
#include "catch_console_colour.hpp"
|
||||
#include "catch_test_spec_parser.hpp"
|
||||
|
@ -24,8 +24,6 @@
|
|||
|
||||
namespace Catch {
|
||||
|
||||
using namespace clara::TextFlow;
|
||||
|
||||
std::size_t listTests( Config const& config ) {
|
||||
TestSpec testSpec = config.testSpec();
|
||||
if( config.testSpec().hasFilters() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue