1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-03 09:04:47 +02:00

Removed use of variadic form of SUCCEED from tests

- as per 
This commit is contained in:
Phil Nash 2014-06-30 07:53:11 +01:00
parent acdd3b5745
commit d657b1ba52

@ -341,7 +341,7 @@ TEST_CASE("A couple of nested sections followed by a failure", "[failing][.]")
TEST_CASE("not allowed", "[!throws]") TEST_CASE("not allowed", "[!throws]")
{ {
// This test case should not be included if you run with -e on the command line // This test case should not be included if you run with -e on the command line
SUCCEED(); SUCCEED( "" );
} }
//TEST_CASE( "Is big endian" ) { //TEST_CASE( "Is big endian" ) {