Revert "Removed stray '+'"

This reverts commit 79a6ae2977.
This commit is contained in:
Martin Moene 2012-07-22 09:13:19 +02:00
parent 79a6ae2977
commit 14f1c094f4
1 changed files with 149 additions and 149 deletions

View File

@ -127,7 +127,7 @@ namespace Catch {
}
}
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)();