Changeset 881 for trunk/contrib/cppunit-1.12.2
- Timestamp:
- Aug 30, 2011, 6:51:09 PM (12 years ago)
- Location:
- trunk/contrib/cppunit-1.12.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/contrib/cppunit-1.12.2/include/cppunit/extensions/ExceptionTestCaseDecorator.h
r876 r881 71 71 catch ( ExpectedExceptionType &e ) 72 72 { 73 #if defined __EXCEPTIONS // lol begin 73 74 checkException( e ); 75 #endif // lol end 74 76 return; 75 77 }
Note: See TracChangeset
for help on using the changeset viewer.