Use non-variadic SUCCEED() and support more compilers

This commit is contained in:
Martin Moene 2014-06-02 22:40:48 +02:00
parent 44aa45cc4f
commit 9c5c255a53
1 changed files with 1 additions and 1 deletions

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