diff options
Diffstat (limited to 'src/cppunit/TestSetUp.cpp')
| -rw-r--r-- | src/cppunit/TestSetUp.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cppunit/TestSetUp.cpp b/src/cppunit/TestSetUp.cpp index a55339c..d4d8530 100644 --- a/src/cppunit/TestSetUp.cpp +++ b/src/cppunit/TestSetUp.cpp @@ -1,6 +1,7 @@ #include <cppunit/extensions/TestSetUp.h> -namespace CppUnit { +CPPUNIT_NS_BEGIN + TestSetUp::TestSetUp( Test *test ) : TestDecorator( test ) { @@ -28,4 +29,4 @@ TestSetUp::run( TestResult *result ) } -} // namespace CppUnit +CPPUNIT_NS_END |
