summaryrefslogtreecommitdiff
path: root/src/cppunit/TestLeaf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit/TestLeaf.cpp')
-rw-r--r--src/cppunit/TestLeaf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/TestLeaf.cpp b/src/cppunit/TestLeaf.cpp
index 80160cb..3d8767c 100644
--- a/src/cppunit/TestLeaf.cpp
+++ b/src/cppunit/TestLeaf.cpp
@@ -1,7 +1,7 @@
#include <cppunit/TestLeaf.h>
-namespace CppUnit {
+CPPUNIT_NS_BEGIN
int
@@ -25,4 +25,4 @@ TestLeaf::doGetChildTestAt( int index ) const
return NULL; // never called, checkIsValidIndex() always throw.
}
-} // namespace CppUnit
+CPPUNIT_NS_END