mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 03:02:24 +01:00
Use non-variadic SUCCEED() and support more compilers
This commit is contained in:
parent
44aa45cc4f
commit
9c5c255a53
@ -341,7 +341,7 @@ TEST_CASE("A couple of nested sections followed by a failure", "[failing][.]")
|
||||
TEST_CASE("not allowed", "[!throws]")
|
||||
{
|
||||
// This test case should not be included if you run with -e on the command line
|
||||
SUCCEED();
|
||||
SUCCEED("");
|
||||
}
|
||||
|
||||
//TEST_CASE( "Is big endian" ) {
|
||||
|
Loading…
Reference in New Issue
Block a user