Fixed HasExpression check

classic spurious ! prefix
This commit is contained in:
Phil Nash 2014-12-19 19:25:53 +00:00
parent 3724463be7
commit 5933d75cdc
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ namespace Catch {
message += "\n" + it->message;
if( !result.hasExpression() ) {
if( result.hasExpression() ) {
details =
" " + result.getExpressionInMacro() + "\n"
"with expansion:\n" +