summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2019-06-18 23:00:21 +0300
committerAlexander Batischev <eual.jp@gmail.com>2019-06-18 23:00:21 +0300
commit3a1e0b0167685848037f18ca8ad1166e9ccfe8b2 (patch)
treed91c4742ab13575f26296b586bdaa6ee5d0fb59a
parente91e24ff8248180ad54715bccb8cedf798754645 (diff)
Update Catch to 2.9.1
I know I just updated it to 2.9.0, and the fix in this patch release doesn't even affect us, but with Newsboat's release nearing, I think it makes sense to keep Catch2 at its latest.
-rw-r--r--3rd-party/catch.hpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/3rd-party/catch.hpp b/3rd-party/catch.hpp
index 9b145059..303f664f 100644
--- a/3rd-party/catch.hpp
+++ b/3rd-party/catch.hpp
@@ -1,6 +1,6 @@
/*
- * Catch v2.9.0
- * Generated: 2019-06-16 10:41:32.122746
+ * Catch v2.9.1
+ * Generated: 2019-06-17 11:59:24.363643
* ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2019 Two Blue Cubes Ltd. All rights reserved.
@@ -15,7 +15,7 @@
#define CATCH_VERSION_MAJOR 2
#define CATCH_VERSION_MINOR 9
-#define CATCH_VERSION_PATCH 0
+#define CATCH_VERSION_PATCH 1
#ifdef __clang__
# pragma clang system_header
@@ -4810,7 +4810,8 @@ return @ desc; \
// end catch_objc.hpp
#endif
-#ifdef CATCH_CONFIG_EXTERNAL_INTERFACES
+// Benchmarking needs the externally-facing parts of reporters to work
+#if defined(CATCH_CONFIG_EXTERNAL_INTERFACES) || defined(CATCH_CONFIG_ENABLE_BENCHMARKING)
// start catch_external_interfaces.h
// start catch_reporter_bases.hpp
@@ -14413,7 +14414,7 @@ namespace Catch {
}
Version const& libraryVersion() {
- static Version version( 2, 9, 0, "", 0 );
+ static Version version( 2, 9, 1, "", 0 );
return version;
}