mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-03 13:39:32 +01:00
Fairly major reworking of console reporter (still in progress).
Changed reporter interface a bit.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Catch {
|
||||
class Command {
|
||||
public:
|
||||
Command(){}
|
||||
|
||||
|
||||
explicit Command( const std::string& name ) : m_name( name ) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user