Changeset 881
- Timestamp:
- Aug 30, 2011, 6:51:09 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 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 } -
trunk/test/lol-bench.cpp
r880 r881 138 138 break; 139 139 } 140 #if defined __EXCEPTIONS141 #error lol142 #endif143 140 144 141 /* Copy float */
Note: See TracChangeset
for help on using the changeset viewer.