mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-20 19:45:40 +02:00
Detect and warn about overly complex expressions
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
template<typename RhsT>
|
||||
MutableResultInfo& operator ||( const RhsT& rhs )
|
||||
{
|
||||
// !TBD: set message to say we haven't captured all parts
|
||||
m_expressionIncomplete = true;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user