mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-21 09:32:11 +01:00
Clean up various minor things
This commit is contained in:
@@ -21,10 +21,7 @@ namespace Catch {
|
||||
{
|
||||
AssertionResultData() = delete;
|
||||
|
||||
AssertionResultData( ResultWas::OfType _resultType, LazyExpression const& _lazyExpression )
|
||||
: resultType( _resultType ),
|
||||
lazyExpression( _lazyExpression )
|
||||
{}
|
||||
AssertionResultData( ResultWas::OfType _resultType, LazyExpression const& _lazyExpression );
|
||||
|
||||
ResultWas::OfType resultType = ResultWas::Unknown;
|
||||
std::string message;
|
||||
|
||||
Reference in New Issue
Block a user