diff --git a/include/internal/catch_capture.hpp b/include/internal/catch_capture.hpp index 358f0362..cd853802 100644 --- a/include/internal/catch_capture.hpp +++ b/include/internal/catch_capture.hpp @@ -131,7 +131,7 @@ inline std::string toString char* const value ) { - return Catch::toString( static_cast( value ) ); + return Catch::toString( static_cast( value ) ); } /////////////////////////////////////////////////////////////////////////////// diff --git a/projects/SelfTest/TestMain.cpp b/projects/SelfTest/TestMain.cpp index c1ec34b7..97bdb6a2 100644 --- a/projects/SelfTest/TestMain.cpp +++ b/projects/SelfTest/TestMain.cpp @@ -43,7 +43,7 @@ TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results" "Number of 'succeeding' tests is fixed" ) { runner.runMatching( "./succeeding/*" ); - CHECK( runner.getTotals().assertions.passed == 272 ); + CHECK( runner.getTotals().assertions.passed == 276 ); CHECK( runner.getTotals().assertions.failed == 0 ); } diff --git a/single_include/catch.hpp b/single_include/catch.hpp index add422ff..b5969b94 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1405,7 +1405,7 @@ inline std::string toString char* const value ) { - return Catch::toString( static_cast( value ) ); + return Catch::toString( static_cast( value ) ); } ///////////////////////////////////////////////////////////////////////////////