mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-19 19:25:38 +02:00
Some bits of tidy up
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Catch {
|
||||
m_reporterPrefs.shouldRedirectStdOut = true;
|
||||
}
|
||||
|
||||
XmlReporter::~XmlReporter() {};
|
||||
XmlReporter::~XmlReporter() = default;
|
||||
|
||||
std::string XmlReporter::getDescription() {
|
||||
return "Reports test results as an XML document";
|
||||
|
Reference in New Issue
Block a user