diff options
Diffstat (limited to 'src/cppunit/RepeatedTest.cpp')
| -rw-r--r-- | src/cppunit/RepeatedTest.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cppunit/RepeatedTest.cpp b/src/cppunit/RepeatedTest.cpp index 58b1805..2533ca1 100644 --- a/src/cppunit/RepeatedTest.cpp +++ b/src/cppunit/RepeatedTest.cpp @@ -1,8 +1,7 @@ #include <cppunit/extensions/RepeatedTest.h> #include <cppunit/TestResult.h> -namespace CppUnit { - +CPPUNIT_NS_BEGIN // Counts the number of test cases that will be run by this test. @@ -27,4 +26,4 @@ RepeatedTest::run( TestResult *result ) } -} // namespace TestAssert +CPPUNIT_NS_END |
