summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/cppunit/TestAssert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/TestAssert.h b/include/cppunit/TestAssert.h
index 1e17868..521a4e4 100644
--- a/include/cppunit/TestAssert.h
+++ b/include/cppunit/TestAssert.h
@@ -551,7 +551,7 @@ void assertGreaterEqual( const T& expected,
} \
\
if ( cpputCorrectExceptionThrown_ ) \
- break; \
+ { break; } \
\
CPPUNIT_NS::Asserter::fail( cpputMsg_, \
CPPUNIT_SOURCELINE() ); \