mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-12 03:55:32 +02:00
Update catch.hpp
This commit is contained in:
parent
b85e1b000e
commit
86bf762e00
@ -2067,7 +2067,7 @@ namespace Catch {
|
||||
Catch::ResultBuilder __catchResult( macroName, CATCH_INTERNAL_LINEINFO, #expr, resultDisposition ); \
|
||||
try { \
|
||||
CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS \
|
||||
( __catchResult <= expr ).endExpression(); \
|
||||
( __catchResult <= (expr) ).endExpression(); \
|
||||
} \
|
||||
catch( ... ) { \
|
||||
__catchResult.useActiveException( Catch::ResultDisposition::Normal ); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user