mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Fixed HasExpression check
classic spurious ! prefix
This commit is contained in:
parent
3724463be7
commit
5933d75cdc
@ -107,7 +107,7 @@ namespace Catch {
|
|||||||
message += "\n" + it->message;
|
message += "\n" + it->message;
|
||||||
|
|
||||||
|
|
||||||
if( !result.hasExpression() ) {
|
if( result.hasExpression() ) {
|
||||||
details =
|
details =
|
||||||
" " + result.getExpressionInMacro() + "\n"
|
" " + result.getExpressionInMacro() + "\n"
|
||||||
"with expansion:\n" +
|
"with expansion:\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user