Removed use of variadic form of SUCCEED from tests

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

View File

@ -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" ) {