diff options
Diffstat (limited to 'include/cppunit/TestCase.h')
| -rw-r--r-- | include/cppunit/TestCase.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/cppunit/TestCase.h b/include/cppunit/TestCase.h index 0d319dc..bd1529e 100644 --- a/include/cppunit/TestCase.h +++ b/include/cppunit/TestCase.h @@ -8,7 +8,8 @@ #include <string> -namespace CppUnit { +CPPUNIT_NS_BEGIN + class TestResult; @@ -50,6 +51,6 @@ private: const std::string m_name; }; -} // namespace CppUnit +CPPUNIT_NS_END #endif // CPPUNIT_TESTCASE_H |
