diff options
Diffstat (limited to 'include/cppunit/TestLeaf.h')
| -rw-r--r-- | include/cppunit/TestLeaf.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/cppunit/TestLeaf.h b/include/cppunit/TestLeaf.h index 393dda7..c83b075 100644 --- a/include/cppunit/TestLeaf.h +++ b/include/cppunit/TestLeaf.h @@ -4,7 +4,8 @@ #include <cppunit/Test.h> -namespace CppUnit { +CPPUNIT_NS_BEGIN + /*! \brief A single test object. * @@ -38,6 +39,6 @@ public: Test *doGetChildTestAt( int index ) const; }; -} // namespace CppUnit +CPPUNIT_NS_END #endif // CPPUNIT_TESTLEAF_H |
