From 6f220863cf7da867d9d897fd7fb346b20cc48f0e Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 23 Jul 2012 08:24:52 +0100 Subject: [PATCH] Removed stray + --- include/catch_runner.hpp | 2 +- single_include/catch.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/catch_runner.hpp b/include/catch_runner.hpp index 5debda7..752a6b8 100644 --- a/include/catch_runner.hpp +++ b/include/catch_runner.hpp @@ -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::max)(); diff --git a/single_include/catch.hpp b/single_include/catch.hpp index 67616bd..c2cb354 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,5 +1,5 @@ /* - * Generated: 2012-07-20 19:07:25.539622 + * Generated: 2012-07-23 08:24:23.434402 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -4703,7 +4703,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::max)();