Skip to content

Commit

Permalink
update catch_amalgamated
Browse files Browse the repository at this point in the history
  • Loading branch information
lbckmnn committed Nov 20, 2022
1 parent 066ab62 commit e2a3a1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extras/catch_amalgamated.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// SPDX-License-Identifier: BSL-1.0

// Catch v3.2.0
// Generated: 2022-11-18 21:37:28.551156
// Generated: 2022-11-20 13:04:38.164165
// ----------------------------------------------------------
// This file is an amalgamation of multiple different files.
// You probably shouldn't edit it directly.
Expand Down
6 changes: 3 additions & 3 deletions extras/catch_amalgamated.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// SPDX-License-Identifier: BSL-1.0

// Catch v3.2.0
// Generated: 2022-11-18 21:37:28.542527
// Generated: 2022-11-20 13:04:38.121489
// ----------------------------------------------------------
// This file is an amalgamation of multiple different files.
// You probably shouldn't edit it directly.
Expand Down Expand Up @@ -10947,8 +10947,8 @@ class ExceptionMessageMatchesMatcher final
}
};

//! Creates a matcher that checks whether a std derived exception message
//! matches a provided matcher
//! Creates a matcher that checks whether a message from an std derived
//! exception matches a provided matcher
template <typename StringMatcherType>
ExceptionMessageMatchesMatcher<StringMatcherType>
MessageMatches( StringMatcherType&& matcher ) {
Expand Down

0 comments on commit e2a3a1a

Please sign in to comment.