summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/TestCaller.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/cppunit/TestCaller.h b/include/cppunit/TestCaller.h
index dc4d82e..aba2c27 100644
--- a/include/cppunit/TestCaller.h
+++ b/include/cppunit/TestCaller.h
@@ -162,14 +162,7 @@ public:
void runTest()
{
-// try {
- (m_fixture->*m_test)();
-// }
-// catch ( ExpectedException & ) {
-// return;
-// }
-
-// ExpectedExceptionTraits<ExpectedException>::expectedException();
+ (m_fixture->*m_test)();
}
void setUp()