mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-27 23:19:32 +00:00
Removed stray +
This commit is contained in:
parent
df6ea25417
commit
6f220863cf
2 changed files with 3 additions and 3 deletions
|
@ -125,7 +125,7 @@ namespace Catch {
|
|||
parseIntoConfig( parser, config.data() );
|
||||
}
|
||||
catch( std::exception& ex ) {
|
||||
std::cerr << ex.what() << + "\n\nUsage: ...\n\n";
|
||||
std::cerr << ex.what() << "\n\nUsage: ...\n\n";
|
||||
showUsage( std::cerr );
|
||||
Catch::Context::cleanUp();
|
||||
return (std::numeric_limits<int>::max)();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue