Fixed expansion of _FALSE binary expression

- see #1051
This commit is contained in:
Phil Nash
2017-10-13 19:45:19 +01:00
parent c2b7bd15c0
commit 05b1ca2884
5 changed files with 23 additions and 21 deletions

View File

@@ -235,6 +235,8 @@ with expansion:
ConditionTests.cpp:<line number>: FAILED:
CHECK_FALSE( true )
with expansion:
!true
===============================================================================
test cases: 9 | 6 passed | 1 failed | 2 failed as expected