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
|
@ -16,6 +16,7 @@
|
|||
#include "internal/catch_version.h"
|
||||
#include "internal/catch_interfaces_reporter.h"
|
||||
#include "internal/catch_startup_exception_registry.h"
|
||||
#include "internal/catch_text.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <cstdlib>
|
||||
|
@ -23,8 +24,6 @@
|
|||
|
||||
namespace Catch {
|
||||
|
||||
using namespace clara::TextFlow;
|
||||
|
||||
IStreamingReporterPtr createReporter( std::string const& reporterName, IConfigPtr const& config ) {
|
||||
auto reporter = getRegistryHub().getReporterRegistry().create( reporterName, config );
|
||||
CATCH_ENFORCE( reporter, "No reporter registered with name: '" << reporterName << "'" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue