Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 080ea1a commit 28e2e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Catch2
Submodule Catch2 updated 54 files
+1 −2 docs/contributing.md
+1 −1 src/CMakeLists.txt
+1 −1 src/catch2/benchmark/catch_outlier_classification.hpp
+1 −1 src/catch2/catch_assertion_result.cpp
+1 −1 src/catch2/catch_message.hpp
+20 −16 src/catch2/catch_session.cpp
+6 −10 src/catch2/catch_test_case_info.cpp
+4 −2 src/catch2/catch_test_case_info.hpp
+1 −1 src/catch2/catch_timer.cpp
+1 −1 src/catch2/catch_translate_exception.hpp
+1 −2 src/catch2/interfaces/catch_interfaces_capture.hpp
+2 −2 src/catch2/internal/catch_assertion_handler.cpp
+2 −2 src/catch2/internal/catch_assertion_handler.hpp
+1 −1 src/catch2/internal/catch_clara.cpp
+0 −6 src/catch2/internal/catch_context.cpp
+9 −4 src/catch2/internal/catch_context.hpp
+5 −6 src/catch2/internal/catch_decomposer.hpp
+15 −12 src/catch2/internal/catch_is_permutation.hpp
+3 −3 src/catch2/internal/catch_lazy_expr.hpp
+3 −1 src/catch2/internal/catch_random_integer_helpers.hpp
+0 −26 src/catch2/internal/catch_result_type.cpp
+16 −7 src/catch2/internal/catch_result_type.hpp
+2 −2 src/catch2/internal/catch_run_context.cpp
+1 −1 src/catch2/internal/catch_run_context.hpp
+5 −7 src/catch2/internal/catch_test_macro_impl.hpp
+1 −1 src/catch2/internal/catch_test_registry.cpp
+4 −2 src/catch2/internal/catch_test_registry.hpp
+8 −8 src/catch2/internal/catch_uniform_integer_distribution.hpp
+2 −22 src/catch2/internal/catch_xmlwriter.cpp
+15 −4 src/catch2/internal/catch_xmlwriter.hpp
+8 −0 src/catch2/matchers/catch_matchers_range_equals.hpp
+8 −4 src/catch2/matchers/internal/catch_matchers_impl.hpp
+1 −1 src/catch2/meson.build
+1 −0 tests/SelfTest/Baselines/automake.sw.approved.txt
+1 −0 tests/SelfTest/Baselines/automake.sw.multi.approved.txt
+8 −2 tests/SelfTest/Baselines/compact.sw.approved.txt
+8 −2 tests/SelfTest/Baselines/compact.sw.multi.approved.txt
+2 −2 tests/SelfTest/Baselines/console.std.approved.txt
+38 −2 tests/SelfTest/Baselines/console.sw.approved.txt
+38 −2 tests/SelfTest/Baselines/console.sw.multi.approved.txt
+2 −1 tests/SelfTest/Baselines/junit.sw.approved.txt
+2 −1 tests/SelfTest/Baselines/junit.sw.multi.approved.txt
+1 −0 tests/SelfTest/Baselines/sonarqube.sw.approved.txt
+1 −0 tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt
+13 −1 tests/SelfTest/Baselines/tap.sw.approved.txt
+13 −1 tests/SelfTest/Baselines/tap.sw.multi.approved.txt
+2 −0 tests/SelfTest/Baselines/teamcity.sw.approved.txt
+2 −0 tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt
+53 −2 tests/SelfTest/Baselines/xml.sw.approved.txt
+53 −2 tests/SelfTest/Baselines/xml.sw.multi.approved.txt
+15 −0 tests/SelfTest/IntrospectiveTests/Clara.tests.cpp
+1 −1 tests/TestScripts/testBazelReporter.py
+1 −2 tools/scripts/buildAndTest.cmd
+1 −2 tools/scripts/buildAndTest.sh

0 comments on commit 28e2e81

Please sign in to comment.