mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-29 16:53:30 +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" ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user