Removed cds::Exception class, all exception from the library is based on different...
[libcds.git] / tests / cppunit / cppunit_mini.h
index 81e85017d457e2af027df9460a54657b8c01dac5..198f8f0083839ea304a062b6c8a00d607073c4fd 100644 (file)
@@ -266,7 +266,7 @@ namespace CppUnitMini
           X(); \
         } \
         catch(...) { \
-          Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \
+          Base::error("Test Failed: An exception was thrown.", #X, __FILE__, __LINE__); \
         } \
       } \
       tearDown(); \