diff options
Diffstat (limited to 'src/cppunit/TestCase.cpp')
| -rw-r--r-- | src/cppunit/TestCase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/TestCase.cpp b/src/cppunit/TestCase.cpp index 3ab0fbe..f2379c5 100644 --- a/src/cppunit/TestCase.cpp +++ b/src/cppunit/TestCase.cpp @@ -7,7 +7,7 @@ #include <cppunit/TestResult.h> -namespace CppUnit { +CPPUNIT_NS_BEGIN /** Constructs a test case. @@ -93,4 +93,4 @@ TestCase::getName() const } -} // namespace CppUnit +CPPUNIT_NS_END |
