Skip to content

Commit

Permalink
⬆️ Bump libs/Catch2 from 4acc518 to d7304f0
Browse files Browse the repository at this point in the history
Bumps [libs/Catch2](https://github.com/catchorg/Catch2) from `4acc518` to `d7304f0`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@4acc518...d7304f0)

---
updated-dependencies:
- dependency-name: libs/Catch2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 11, 2023
1 parent cf5f4d4 commit 36ef886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Catch2
Submodule Catch2 updated 29 files
+1 −1 src/catch2/internal/catch_enum_values_registry.cpp
+3 −2 src/catch2/internal/catch_exception_translator_registry.cpp
+1 −1 src/catch2/internal/catch_leak_detector.cpp
+10 −2 src/catch2/internal/catch_run_context.cpp
+2 −2 src/catch2/internal/catch_section.hpp
+1 −1 src/catch2/internal/catch_tag_alias_registry.cpp
+1 −1 src/catch2/reporters/catch_reporter_automake.cpp
+1 −1 src/catch2/reporters/catch_reporter_compact.cpp
+1 −1 src/catch2/reporters/catch_reporter_teamcity.cpp
+1 −0 tests/CMakeLists.txt
+3 −0 tests/SelfTest/Baselines/automake.sw.approved.txt
+3 −0 tests/SelfTest/Baselines/automake.sw.multi.approved.txt
+7 −2 tests/SelfTest/Baselines/compact.sw.approved.txt
+7 −2 tests/SelfTest/Baselines/compact.sw.multi.approved.txt
+35 −2 tests/SelfTest/Baselines/console.std.approved.txt
+41 −2 tests/SelfTest/Baselines/console.sw.approved.txt
+41 −2 tests/SelfTest/Baselines/console.sw.multi.approved.txt
+28 −1 tests/SelfTest/Baselines/junit.sw.approved.txt
+28 −1 tests/SelfTest/Baselines/junit.sw.multi.approved.txt
+26 −0 tests/SelfTest/Baselines/sonarqube.sw.approved.txt
+26 −0 tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt
+11 −1 tests/SelfTest/Baselines/tap.sw.approved.txt
+11 −1 tests/SelfTest/Baselines/tap.sw.multi.approved.txt
+9 −0 tests/SelfTest/Baselines/teamcity.sw.approved.txt
+9 −0 tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt
+60 −2 tests/SelfTest/Baselines/xml.sw.approved.txt
+60 −2 tests/SelfTest/Baselines/xml.sw.multi.approved.txt
+17 −0 tests/SelfTest/IntrospectiveTests/AssertionHandler.tests.cpp
+12 −0 tests/SelfTest/UsageTests/Misc.tests.cpp

0 comments on commit 36ef886

Please sign in to comment.