mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 15:39:27 +00:00
parent
acdd3b5745
commit
d657b1ba52
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue