Commit 2099a5f
authored
Bumps [lib/Catch2](https://github.com/catchorg/Catch2) from `b520257` to `7b93a20`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@b520257...7b93a20)
---
updated-dependencies:
- dependency-name: lib/Catch2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e3f696 commit 2099a5f
1 file changed
+1
-1
lines changed- src/CMakeLists.txt+6-2
- src/catch2/catch_all.hpp+3-1
- src/catch2/catch_approx.cpp+1-1
- src/catch2/catch_assertion_result.cpp+1-1
- src/catch2/catch_config.cpp-1
- src/catch2/catch_message.hpp+1-1
- src/catch2/catch_session.cpp+2-1
- src/catch2/catch_tostring.hpp+1-1
- src/catch2/interfaces/catch_interfaces_reporter.cpp+3
- src/catch2/interfaces/catch_interfaces_reporter.hpp+4
- src/catch2/internal/catch_console_colour.cpp+1-1
- src/catch2/internal/catch_debug_console.cpp+5-2
- src/catch2/internal/catch_debugger.cpp+1-1
- src/catch2/internal/catch_enforce.cpp+1
- src/catch2/internal/catch_enforce.hpp+1-1
- src/catch2/internal/catch_enum_values_registry.cpp-1
- src/catch2/internal/catch_fatal_condition_handler.cpp+1
- src/catch2/internal/catch_istream.cpp+3-57
- src/catch2/internal/catch_istream.hpp+2-41
- src/catch2/internal/catch_output_redirect.cpp+1
- src/catch2/internal/catch_output_redirect.hpp+1-1
- src/catch2/internal/catch_reusable_string_stream.cpp+62
- src/catch2/internal/catch_reusable_string_stream.hpp+57
- src/catch2/internal/catch_stdstreams.cpp+24
- src/catch2/internal/catch_stdstreams.hpp+22
- src/catch2/internal/catch_to_string.hpp+1-1
- src/catch2/internal/catch_xmlwriter.hpp+1-1
- src/catch2/matchers/internal/catch_matchers_combined_tu.cpp+1-1
- src/catch2/reporters/catch_reporter_combined_tu.cpp+1-1
- src/catch2/reporters/catch_reporter_common_base.cpp+1-1
- src/catch2/reporters/catch_reporter_console.cpp+1-1
- src/catch2/reporters/catch_reporter_multi.cpp+3-1
- tests/ExtraTests/X04-DisabledExceptions-CustomHandler.cpp+4-2
- tests/SelfTest/IntrospectiveTests/ColourImpl.tests.cpp+1
- tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp+1-1
- tests/SelfTest/IntrospectiveTests/Stream.tests.cpp+1-1
- tests/SelfTest/IntrospectiveTests/Xml.tests.cpp+1-1
0 commit comments