|
1 | 1 | /* |
2 | | - * Catch v2.13.8 |
3 | | - * Generated: 2022-01-03 21:20:09.589503 |
| 2 | + * Catch v2.13.9 |
| 3 | + * Generated: 2022-04-12 22:37:23.260201 |
4 | 4 | * ---------------------------------------------------------- |
5 | 5 | * This file has been merged from multiple headers. Please don't edit it directly |
6 | 6 | * Copyright (c) 2022 Two Blue Cubes Ltd. All rights reserved. |
|
15 | 15 |
|
16 | 16 | #define CATCH_VERSION_MAJOR 2 |
17 | 17 | #define CATCH_VERSION_MINOR 13 |
18 | | -#define CATCH_VERSION_PATCH 8 |
| 18 | +#define CATCH_VERSION_PATCH 9 |
19 | 19 |
|
20 | 20 | #ifdef __clang__ |
21 | 21 | # pragma clang system_header |
@@ -13392,6 +13392,10 @@ namespace Catch { |
13392 | 13392 | filename.erase(0, lastSlash); |
13393 | 13393 | filename[0] = '#'; |
13394 | 13394 | } |
| 13395 | + else |
| 13396 | + { |
| 13397 | + filename.insert(0, "#"); |
| 13398 | + } |
13395 | 13399 |
|
13396 | 13400 | auto lastDot = filename.find_last_of('.'); |
13397 | 13401 | if (lastDot != std::string::npos) { |
@@ -15387,7 +15391,7 @@ namespace Catch { |
15387 | 15391 | } |
15388 | 15392 |
|
15389 | 15393 | Version const& libraryVersion() { |
15390 | | - static Version version( 2, 13, 8, "", 0 ); |
| 15394 | + static Version version( 2, 13, 9, "", 0 ); |
15391 | 15395 | return version; |
15392 | 15396 | } |
15393 | 15397 |
|
@@ -17890,7 +17894,7 @@ using Catch::Detail::Approx; |
17890 | 17894 | #define INFO( msg ) (void)(0) |
17891 | 17895 | #define UNSCOPED_INFO( msg ) (void)(0) |
17892 | 17896 | #define WARN( msg ) (void)(0) |
17893 | | -#define CAPTURE( msg ) (void)(0) |
| 17897 | +#define CAPTURE( ... ) (void)(0) |
17894 | 17898 |
|
17895 | 17899 | #define TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE_NO_REGISTRATION(INTERNAL_CATCH_UNIQUE_NAME( C_A_T_C_H_T_E_S_T_ )) |
17896 | 17900 | #define TEST_CASE_METHOD( className, ... ) INTERNAL_CATCH_TESTCASE_NO_REGISTRATION(INTERNAL_CATCH_UNIQUE_NAME( C_A_T_C_H_T_E_S_T_ )) |
|
0 commit comments