mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-27 15:09:33 +00:00
Fixed quote balancing issue in reporter error
This commit is contained in:
parent
0dc9e43c02
commit
5234b15ff4
6 changed files with 71 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace Catch {
|
|||
|
||||
if( !reporter )
|
||||
{
|
||||
std::cerr << "No reporter registered with name: " << reporterName << "'" << std::endl;
|
||||
std::cerr << "No reporter registered with name: '" << reporterName << "'" << std::endl;
|
||||
return (std::numeric_limits<int>::max)();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue