summaryrefslogtreecommitdiff
path: root/src/cppunit/TestRunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit/TestRunner.cpp')
-rw-r--r--src/cppunit/TestRunner.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cppunit/TestRunner.cpp b/src/cppunit/TestRunner.cpp
index 5baf69e..91b07f6 100644
--- a/src/cppunit/TestRunner.cpp
+++ b/src/cppunit/TestRunner.cpp
@@ -3,8 +3,8 @@
#include <cppunit/TestResult.h>
-namespace CppUnit
-{
+CPPUNIT_NS_BEGIN
+
TestRunner::WrappingSuite::WrappingSuite( const std::string &name )
: TestSuite( name )
@@ -96,5 +96,5 @@ TestRunner::run( TestResult &controller,
}
-} // namespace CppUnit
+CPPUNIT_NS_END