diff options
Diffstat (limited to 'src/cppunit/Asserter.cpp')
| -rw-r--r-- | src/cppunit/Asserter.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cppunit/Asserter.cpp b/src/cppunit/Asserter.cpp index 0b64f4f..1c72aff 100644 --- a/src/cppunit/Asserter.cpp +++ b/src/cppunit/Asserter.cpp @@ -3,8 +3,7 @@ #include <cppunit/Message.h> -namespace CppUnit -{ +CPPUNIT_NS_BEGIN namespace Asserter @@ -103,4 +102,4 @@ failNotEqualIf( bool shouldFail, } // namespace Asserter -} // namespace CppUnit +CPPUNIT_NS_END |
