Merge pull request #1611 from cincodenada/unscoped-disabled-prefixed

Add UNSCOPED_INFO to prefix/disabled sections
This commit is contained in:
Martin Hořeňovský
2019-05-23 14:19:22 +02:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ CATCH_TEST_CASE("PrefixedMacros") {
CATCH_CHECK_THAT("bdef", Equals("bdef"));
CATCH_INFO( "some info" );
CATCH_UNSCOPED_INFO( "some info" );
CATCH_WARN( "some warn" );
CATCH_SECTION("some section") {
int i = 1;