summaryrefslogtreecommitdiff
path: root/src/cppunit/TestAssert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit/TestAssert.cpp')
-rw-r--r--src/cppunit/TestAssert.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/TestAssert.cpp b/src/cppunit/TestAssert.cpp
index e66db3c..8d9ad80 100644
--- a/src/cppunit/TestAssert.cpp
+++ b/src/cppunit/TestAssert.cpp
@@ -7,7 +7,7 @@
#include <cppunit/TestAssert.h>
-namespace CppUnit {
+CPPUNIT_NS_BEGIN
#ifdef CPPUNIT_ENABLE_SOURCELINE_DEPRECATED
@@ -70,4 +70,4 @@ TestAssert::assertDoubleEquals( double expected,
#endif
-}
+CPPUNIT_NS_END