summaryrefslogtreecommitdiff
path: root/include/cppunit/TestCaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/TestCaller.h')
-rw-r--r--include/cppunit/TestCaller.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/cppunit/TestCaller.h b/include/cppunit/TestCaller.h
index 481aec6..f9f6516 100644
--- a/include/cppunit/TestCaller.h
+++ b/include/cppunit/TestCaller.h
@@ -10,7 +10,8 @@
#endif
-namespace CppUnit {
+CPPUNIT_NS_BEGIN
+
/*! \brief Marker class indicating that no exception is expected by TestCaller.
* This class is an implementation detail. You should never use this class directly.
@@ -199,6 +200,6 @@ private:
-} // namespace CppUnit
+CPPUNIT_NS_END
#endif // CPPUNIT_TESTCALLER_H